Skip to content

Instantly share code, notes, and snippets.

@Mustaavalkosta
Created December 13, 2015 22:39
Show Gist options
  • Save Mustaavalkosta/5af2c8d001273c06e40b to your computer and use it in GitHub Desktop.
Save Mustaavalkosta/5af2c8d001273c06e40b to your computer and use it in GitHub Desktop.
/usr/lib/systemd/system-shutdown/nutshutdown
#!/bin/sh
/usr/bin/upsmon -K >/dev/null 2>&1
if [ -f "/etc/killpower" ]; then /usr/bin/upsdrvctl shutdown; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment