bd8ad91de6
* Systemd unit file for networking.service * Small wrapper script called by networking.service * Defaults file for networking.service Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
13 lines
453 B
Text
13 lines
453 B
Text
#
|
|
# Defaults for ifupdown-ng networking service
|
|
#
|
|
|
|
# Change the below to "yes" if you want ifup/ifdown and it's executors to be
|
|
# verbose about what's going on
|
|
VERBOSE="no"
|
|
|
|
# Set to "yes" if you want to skip deconfiguring all interfaces during system
|
|
# reboot and shutdown. This might be of interest in large scale deployments,
|
|
# where you might not want to wait for interface deconfiguration to speed up
|
|
# shutdown/reboot.
|
|
SKIP_DOWN_AT_SYSRESET="yes"
|