tizen 2.3.1 release
[framework/connectivity/bluez.git] / src / bluetooth.service.in
1 [Unit]
2 Description=Bluetooth service
3 Documentation=man:bluetoothd(8)
4
5 [Service]
6 Type=dbus
7 BusName=org.bluez
8 ExecStart=@libexecdir@/bluetoothd
9 NotifyAccess=main
10 #WatchdogSec=10
11 #Restart=on-failure
12 CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
13 LimitNPROC=1
14
15 [Install]
16 WantedBy=bluetooth.target
17 Alias=dbus-org.bluez.service