Skip to content

Commit

Permalink
pfSense-pkg-apcupsd - use /etc/rc.halt instead of /sbin/shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaio committed Jan 30, 2017
1 parent 3caacbd commit e950d6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ EOF;
#!/bin/sh
printf "Beginning Shutdown Sequence (shutdown -p)" | wall
/sbin/shutdown -p now "apcupsd initiated shutdown"
/etc/rc.halt
exit 99
Expand Down

0 comments on commit e950d6e

Please sign in to comment.