1
0
Fork 0
mirror of https://gitlab.postmarketos.org/postmarketOS/pmaports.git synced 2025-07-24 07:15:31 +03:00
pmaports/extra-repos/systemd/systemd-services/system-rmtfs.service
Clayton Craft 0721feeec0
systemd/systemd-services: add msm-modem (MR 6173)
Also add config to rmtfs so systemd starts stuff in the correct order.

I added the msm-modem unit here instead of in pmaports/modem/msm-modem
because systemd-services handles creating boilerplate install scripts
automatically.

fixes #3451
[ci:skip-build]: already built successfully in CI
2025-02-12 14:56:52 -08:00

12 lines
239 B
Desktop File

[Unit]
Description=Qualcomm remotefs service
Before=msm-modem-uim-selection.service
[Service]
ExecStart=/usr/sbin/rmtfs -r -P -s
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target
RequiredBy=msm-modem-uim-selection.service