]> git.proxmox.com Git - mirror_ifupdown2.git/blame - etc/default/networking
.gitignore: pycharm remote execution update
[mirror_ifupdown2.git] / etc / default / networking
CommitLineData
f82758bf
RP
1#
2#
3# Parameters for the /etc/init.d/networking script
4#
5#
6
7# Change the below to yes if you want verbose logging to be enabled
8VERBOSE="no"
9
10# Change the below to yes if you want debug logging to be enabled
11DEBUG="no"
12
13# Change the below to yes if you want logging to go to syslog
14SYSLOG="no"
15
16# Exclude interfaces
17EXCLUDE_INTERFACES=
7f34884c
RP
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
23SKIP_DOWN_AT_SYSRESET="yes"