# -----------------------------------------------------------------------------
# Specify the pmud start flags here, you can use the following flags:
# -----------------------------------------------------------------------------
# -a           : enable apmd compatibility mode (fifo /etc/power/apm)
# -B           : do not beep on sleep or wakeup
# -d           : enable debugging text; this flag implicitly
#                sets the -n flag to prevent backgrounding.
# -D           : use suspend-to-disk in place of sleep.	
# -f <facility>: use <facility> for syslogd(8) messages.
# -h           : this text.
# -k           : do not detect lid close
# -K           : do not detect lid close when on AC
# -l <seconds> : the numbers of <seconds> power left which
#                is considered to be a critical low level.
# -L           : do not detect lid open for wakeup
# -m <seconds> : the number of <seconds> a critical low (see
#                the -l flag) power level has to endure in
#                order to enable sleeping|shutdown.
# -n           : do not detach. With this option the daemon
#                will not become a background process.
# -o           : don't save/restore backlight settings (for offb displays)
# -p <port>    : listen on <port> for requestes.
# -s           : send SIGPWR to init(8) on low power level;
#                this does not put the machine to sleep as
#                another SIGPWR needs to be send to init(8)
#                when power is restored.
# -S           : same as -s, but also send SIGPWR on every
#                sleep request or closing of the lid
# -u           : communicate through a AF_UNIX socket.
# -v           : print the version string of pmud.
# -V <voltage> : use <voltage> as critically low condition (together with
#		 -l 0 to force draining the battery beyond the usual low
#		 threshold - useful on old batteries!).
# 
# see also pmud(8)
#
# Enclose the flags in double quotes as shown below. Otherwise, only the
# first one is passed to pmud! 
# -----------------------------------------------------------------------------

PMUD_FLAGS="-a"
