]> git.proxmox.com Git - mirror_ifupdown2.git/blob - debian/networking
debian: copyright: fixing merge errors
[mirror_ifupdown2.git] / debian / networking
1 #
2 #
3 # Parameters for the networking service
4 #
5 #
6
7 # Change the below to yes if you want verbose logging to be enabled
8 VERBOSE="no"
9
10 # Change the below to yes if you want debug logging to be enabled
11 DEBUG="no"
12
13 # Change the below to yes if you want logging to go to syslog
14 SYSLOG="no"
15
16 # Exclude interfaces
17 EXCLUDE_INTERFACES=
18
19 # Set to 'yes' if you want to skip ifdown during system reboot
20 # and shutdown. This is of interest in large scale interface
21 # deployments where you dont want to wait for interface
22 # deconfiguration to speed up shutdown/reboot
23 SKIP_DOWN_AT_SYSRESET="yes"