mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-16 10:15:09 +03:00
Signed-off-by: David Heidelberg <david@ixit.cz> [ci:skip-build] already built successfully in CI
18 lines
348 B
Desktop File
18 lines
348 B
Desktop File
[Unit]
|
|
Description=Bluetooth mesh service
|
|
ConditionPathIsDirectory=/sys/class/bluetooth
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.bluez.mesh
|
|
ExecStart=/usr/lib/bluetooth/bluetooth-meshd
|
|
NotifyAccess=main
|
|
LimitNPROC=1
|
|
ProtectHome=true
|
|
ProtectSystem=full
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=bluetooth.target
|
|
Alias=dbus-org.bluez.mesh.service
|