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>
This commit is contained in:
parent
044d8307f9
commit
bd8ad91de6
3 changed files with 96 additions and 0 deletions
13
dist/debian/networking.default
vendored
Normal file
13
dist/debian/networking.default
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue