File nut.sleep of Package nut
#!/bin/bash . /etc/pm/functions case "$1" in hibernate|suspend) stopservice upsd ;; thaw|resume) restartservice upsd ;; *) ;; esac
#!/bin/bash . /etc/pm/functions case "$1" in hibernate|suspend) stopservice upsd ;; thaw|resume) restartservice upsd ;; *) ;; esac