Lines Matching full:suspend
29 # sample run command file for APM Suspend Event
32 echo "Usage: $0 [apm|acpi] [standby,suspend|1-4]"
39 if [ -r /var/run/rc.suspend.pid ]; then
43 echo $$ 2> /dev/null > /var/run/rc.suspend.pid
46 # suspend and reloading it on resume. Example:
53 rcorder_opts="-k suspend"
63 debug "run_rc_script $_rc_elem suspend"
64 run_rc_script $_rc_elem suspend
67 /usr/bin/logger -t $subsystem suspend at `/bin/date +'%Y%m%d %H:%M:%S'`
71 /bin/rm -f /var/run/rc.suspend.pid
75 # Notify the kernel to continue the suspend process