blob: 43bba3b2543bdd7844c653e3c7ed976216d65ed7 [file] [log] [blame]
[Unit]
Description=Floss Bluetooth service
Documentation=man:btmanagerd(8)
ConditionPathIsDirectory=/sys/class/bluetooth
After=bluetooth.target
[Service]
Type=dbus
BusName=org.chromium.bluetooth.Manager
ExecStart=/usr/libexec/bluetooth/btmanagerd --systemd
NotifyAccess=main
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true
ProtectSystem=full
TimeoutStopSec=3
TimeoutStartSec=5
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.btmanagerd.service