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
12 lines
239 B
Desktop File
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
|