ifupdown-ng/dist/debian/networking.default
Maximilian Wilhelm bd8ad91de6 Add files required for Debian packaging
* 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>
2020-10-02 00:55:34 +02:00

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"