1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-22 22:35:11 +03:00
pmaports/extra-repos/systemd/systemd-services/system-diag-router.service
Alexey Min 0410fd4107
systemd/systemd-services: add diag-router unit file (MR 6053)
qcom-diag package is not providing systemd service file.

Signed-off-by: Alexey Min <alexey.min@gmail.com>
[ci:skip-build]: already built successfully in CI
2025-01-15 20:02:36 +01:00

11 lines
169 B
Desktop File

[Unit]
Description=Qualcomm DIAG router
Before=rmtfs.service
[Service]
ExecStart=/usr/bin/diag-router
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target