Path : /home/easyrentals/public_html/sym404/root/lib64/pm-utils/sleep.d/ |
Current File : /home/easyrentals/public_html/sym404/root/lib64/pm-utils/sleep.d/00powersave |
#!/bin/sh . "${PM_FUNCTIONS}" command_exists pm-powersave || exit $NA case $1 in suspend|hibernate) pm-powersave false ;; resume|thaw) pm-powersave ;; *) exit $NA ;; esac exit 0