mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-24 07:15:31 +03:00
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
13 lines
259 B
Desktop File
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
|