ACC SHELL
# This is a comment
#
# This mode says that we wont monitor a device, but instead, will become a
# daemon and accept connections from hosts we specify which may notify us
# when the power is out.
MODE peer
#
# This is a host that we will accept connections from, and the password
# they must use to authenticate themselves (as set in their powerd.conf
# file)
LISTEN upsaware.server.network.com MySecretPassword
#
# This is the port we shall listen on - if you change it, they must
# specify this is the port to use in their configuration file.
LISTENPORT 532
#
# This specifies how long before the power actually goes out, and init
# gets notified and starts the delayed shutdown. Default 16 seconds.
# NOTE: This is not how much time will elapse until the system actually
# shuts down, as that is configured in /etc/inittab.
DELAY 16
#
# This specifies which user to drop to from root
# This is simply for added security and not needed for powerd to operate
# Currently commented out, Feel free to use it if you wish.
#USER uucp
ACC SHELL 2018