summaryrefslogtreecommitdiff
path: root/src/bluetooth.service.in
blob: ec56003f46d1c340bbb665168ae535764f1a8706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)

[Service]
Type=dbus
BusName=org.bluez
ExecStart=@libexecdir@/bluetoothd -E
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
SmackExecLabel=User

[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service