mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-22 22:35:11 +03:00
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
11 lines
169 B
Desktop File
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
|