|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
UPSSHUTDOWN(8) BSD System Manager's Manual UPSSHUTDOWN(8)
NAME
upsshutdown -- UPS emergency low power shutdown script
DESCRIPTION
upsshutdown is a script that runs automatically when the system performs an emergency UPS low power
shutdown. The script is run before shutdown(8) is invoked. upsshutdown only runs if one of the three
shutdown rules is enabled and true: "percentage remaining," "time remaining," or "time since loss of
power." These settings can be changed using pmset(1) or Energy Saver in System Preferences.
The system administrator may modify upsshutdown. The script should only contain commands that must run
in the case of an emergency UPS shutdown. It should not contain any commands that would otherwise be
executed during a normal shutdown since the normal shutdown procedure follows invocation of
upsshutdown.
LOCATION
/usr/libexec/upsshutdown
SEE ALSO
pmset(1), ioupsd(8)
Darwin October 25, 2005 Darwin
|
|