Displaying 1 result from an estimated 1 matches for "b738391a".
Did you mean:
73d391a
2015 Apr 27
3
upssched setup
Hi,
I am unable to get upssched working correctly as my UPS calls low battery too late and there is no way to change it.
I am running Nut 2.7.3 on Ubuntu 14.04
I have made this script, called /sbin/upssched-cmd.sh
#!/bin/sh case $1 in onbatt) /sbin/upsmon -c fsd;; *) echo "shutdown implemented";; esac
I am trying to run the script manually to break down my issues. All that