Files
Arch-R/packages/network/bluez/system.d/bluetooth.service
Stefan Saraev 53aa6b3d98 bluez: clean up dbus
we dont want dbus-daemon to try-start bluez/obexd. we have
own service units. so this is pointless and just fails
with an error in journal
2014-02-22 19:47:00 +02:00

18 lines
451 B
Desktop File

[Unit]
Description=Bluetooth service
Requires=bluetooth.target
ConditionPathExists=/storage/.cache/services/bluez.conf
[Service]
NotifyAccess=main
EnvironmentFile=/storage/.cache/services/bluez.conf
EnvironmentFile=-/run/openelec/debug/bluez.conf
ExecStart=/usr/lib/bluetooth/bluetoothd $BLUEZ_ARGS $BLUEZ_DEBUG
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW
LimitNPROC=1
TimeoutStopSec=1s
[Install]
WantedBy=bluetooth.target