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-msm-modem-uim-selection.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

13 lines
259 B
Desktop File

[Unit]
Description=MSM Modem UIM Slot Selection
Before=ModemManager.service
After=rmtfs.service
Requires=rmtfs.service
[Service]
Type=notify
ExecStart=/usr/libexec/msm-modem-uim-selection
[Install]
WantedBy=multi-user.target
RequiredBy=ModemManager.service