mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 07:02:54 +00:00
21 lines
439 B
Desktop File
21 lines
439 B
Desktop File
[Unit]
|
|
Description=Bluetooth service
|
|
Documentation=man:bluetoothd(8)
|
|
ConditionPathIsDirectory=/sys/class/bluetooth
|
|
After=NetworkManager.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.bluez
|
|
ExecStart=/usr/bin/bluetoothd
|
|
NotifyAccess=main
|
|
#WatchdogSec=10
|
|
#Restart=on-failure
|
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
|
|
LimitNPROC=1
|
|
ProtectHome=true
|
|
ProtectSystem=full
|
|
|
|
[Install]
|
|
WantedBy=bluetooth.target
|
|
Alias=dbus-org.bluez.service
|