This unit is provided by:
Options
-
[Service]
-
EnvironmentFile=-/etc/default/networking
-
ExecStart=/bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi'
-
RemainAfterExit=yes
-
TimeoutSec=180
-
Type=oneshot
-
-
[Unit]
-
After=systemd-udev-trigger.service
-
Before=network.target
-
DefaultDependencies=no
-
Description=Helper to synchronize boot up for ifupdown
-
Wants=systemd-udevd.service
-
Additionnal notes
Nothing here.