# ----------------------------------------------------------------------------- # 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. # -f : use for syslogd(8) messages. # -h : this text. # -k : do not detect lid close # -K : do not detect lid close when on AC\n" # -l : the numbers of power left which # is considered to be a critical low level. # -m : the number of 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 : listen on 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. # # 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"