Lakka-LibreELEC/packages/network/bluez/system.d/bluetooth-defaults.service
2018-10-24 11:12:29 +04:00

11 lines
306 B
Desktop File

[Unit]
Description=Bluetooth defaults
After=local-fs.target
ConditionPathExists=!/storage/.cache/services/bluez.conf
ConditionPathExists=!/storage/.cache/services/bluez.disabled
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'cp /usr/share/services/bluez.conf /storage/.cache/services/'
RemainAfterExit=yes