HOME


5h-3LL 1.0
DIR: /usr/lib/tuned/powersave
/usr/lib/tuned/powersave/
Upload File:
Current File : /usr/lib/tuned/powersave/script.sh
#!/usr/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 $@