1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-16 10:15:09 +03:00
pmaports/extra-repos/systemd/systemd-services/system-bluetooth-mesh.service
David Heidelberg 0e0c81abda
systemd/systemd-services: add missing bluez services (MR 5200) (MR 5563)
Signed-off-by: David Heidelberg <david@ixit.cz>

[ci:skip-build] already built successfully in CI
2025-01-10 13:02:32 +01:00

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