distribution/packages/network/bluez/system.d/bluetooth-defaults.service
2022-02-05 09:23:32 -05: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