distribution/packages/network/connman/system.d/network-online.service
2022-02-05 09:23:32 -05:00

17 lines
437 B
Desktop File

[Unit]
Description=Wait for network to be configured by ConnMan
After=connman.service
Before=network-online.target
DefaultDependencies=no
Conflicts=shutdown.target
ConditionPathExists=!/dev/.kernel_ipconfig
[Service]
Type=oneshot
ExecStartPre=/bin/sh -c 'echo "waiting on Network to come online ..."'
ExecStart=/usr/sbin/connmand-wait-online --timeout=30
StandardOutput=tty
RemainAfterExit=yes
[Install]
WantedBy=network-online.target