# 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=no

# 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=no

# Don't run these hooks
# By default don't run efw for interface on up/down and
# ifup-post/ifdown-post/ifup-pre/ifdown-pre scripts from /etc/net/
# for iface.
# Note that it needed support of this variable in the hooks itself,
# so it can don't work for custom scripts.
NM_SKIP_HOOKS='efw etcnet-iface-scripts'
