distribution/packages/network/bluez/system.d/bluetooth-defaults.service

12 lines
306 B
SYSTEMD
Raw Normal View History

2022-02-05 14:23:32 +00:00
[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