mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
13 lines
235 B
SYSTEMD
13 lines
235 B
SYSTEMD
[Unit]
|
|
Description=mount bluez filesystem
|
|
Before=bluetooth.service
|
|
|
|
[Mount]
|
|
What=/storage/.cache/bluetooth
|
|
Where=/var/bluetoothconfig
|
|
Type=rewritefs
|
|
Options=allow_other,config=/etc/rewritefs.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|