# Settings for running NetworkManager daemon # If defined network parameters will be applied from the # specified file. NM_SYSCTL_CONF=/etc/net/sysctl.conf # This value will be pass to stop_daemon as # --retry $NM_STOP_TIMEOUT. # By defaul '4' will be assumed. # (SysV init script only. Will be ignored with systemd) #NM_STOP_TIMEOUT=4 # If yes then a network interfaces which controlled by # NetworkManager, but do not disabled for etcnet # will be bringing down before NetworkManager start. NM_DOWN_CONTROLLED=yes # If defined, then there will be the delay while boot until # a network connection will be established by NetworkManager. # The value is a maximum waiting time specified in seconds. # NOTE: It will work properly only if the network interfaces # controlled by NetworkManager and configured in some # system-wide way, by configuration files in /etc/net or # NetworkManager's keyfile plugin configs. # (SysV init script only. With systemd use # NetworkManager-wait-online.service) #NM_CONNECTION_WAIT=30 # Normally NetworkManager don't deconfigure and down ifaces on exit, # and all dispatcher scripts are not executed. # If defined it will disconnect all controlled ifaces. # (SysV init script only. Will be ignored with systemd) NM_STOP_ONEXIT=yes # If yes run efw for interface on up/down. #NM_RUN_EFW=yes # If yes run ifup-post/ifdown-post scripts from /etc/net/ for iface. #NM_RUN_ETCNET_POST=yes