Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup Timer to Shutdown after 1 Minute

Create a folder for upssched runtime files

Code Block
$ sudo mkdir /var/run/nut/upssched

Edit the upssched.conf file

...

Code Block
CMDSCRIPT /etc/nut/upssched-cmd
  
PIPEFN /var/run/nut/upssched/upssched.pipe
LOCKFN /var/run/nut/upssched/upssched.lock

# Timer to shutdown machine after 30 seconds
AT ONBATT * START-TIMER onbattwarn 30
AT ONLINE * CANCEL-TIMER onbattwarn

...