Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
lib
/
systemd
/
system
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//lib/systemd/system/ifupdown-pre.service
[Unit] Description=Helper to synchronize boot up for ifupdown DefaultDependencies=no Wants=systemd-udevd.service After=systemd-udev-trigger.service Before=network.target [Service] Type=oneshot TimeoutSec=180 RemainAfterExit=yes 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'