debian-galaxy-a20e/rootfs/usr/lib/systemd/system/ifupdown-wait-online.service

14 lines
279 B
Desktop File

[Unit]
Description=Wait for network to be configured by ifupdown
DefaultDependencies=no
Before=network-online.target
ConditionFileIsExecutable=/sbin/ifup
[Service]
Type=oneshot
ExecStart=/lib/ifupdown/wait-online.sh
RemainAfterExit=yes
[Install]
WantedBy=network-online.target