mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-23 14:55:14 +03:00
15 lines
317 B
Desktop File
15 lines
317 B
Desktop File
[Unit]
|
|
Description=Wait for network to be configured by ConnMan
|
|
Requisite=connman.service
|
|
After=connman.service
|
|
Before=network-online.target
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/connmand-wait-online
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=network-online.target
|