* Add bluez * rpi firmware * add rpi support * Make packages from rpi * Fix build * Fix target * persistent * fix package * Auto enable * Fix parameter * Fix rpi * Fix done
15 lines
254 B
SYSTEMD
15 lines
254 B
SYSTEMD
[Unit]
|
|
Description=Bluetooth persistent state
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount
|
|
Before=bluetooth.service
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/var/lib/bluetooth
|
|
Where=/var/lib/bluetooth
|
|
Type=None
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=hassos-bind.target
|