Files
Arch-R/packages/network/bluez/system.d/bluetooth.service
Stephan Raue 46cd376423 avahi: rework debugmode service
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-18 14:13:25 +02:00

18 lines
462 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
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service