# The values of MODE can be:
# - none: NUT is not configured, or use the Integrated Power Management, or use
#   some external system to startup NUT components. So nothing is to be started.
# - standalone: This mode address a local only configuration, with 1 UPS 
#   protecting the local system. This implies to start the 3 NUT layers (driver,
#   upsd and upsmon) and the matching configuration files. This mode can also
#   address UPS redundancy.
# - netserver: same as for the standalone configuration, but also need
#   some more network access controls (firewall, tcp-wrappers) and possibly a
#   specific LISTEN directive in upsd.conf.
#   Since this MODE is opened to the network, a special care should be applied
#   to security concerns.
# - serveronly: same as netserver, but without local ups monitor (upsmon)
# - netclient: this mode only requires upsmon
MODE=standalone

# If the UPS is locally attached set it to "yes"
# this setting is obsolete, use MODE=standalone instead
# when set to "yes" it overrides MODE to "standalone", when set to "no" it overrides MODE to "netclient"
#SERVER=yes

# Any options to pass to upsd
UPSD_OPTIONS=
# This *must* be the same as in /etc/ups/upsmon.conf
POWERDOWNFLAG=/etc/killpower
#
# [End]
