profiles: called action handler from scripts
This commit is contained in:
parent
f310e0ee00
commit
6b349ed91f
10 changed files with 19 additions and 0 deletions
|
|
@ -11,3 +11,5 @@ stop() {
|
|||
restore_radeon_powersave
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ stop() {
|
|||
multiply_disk_readahead 0.25
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -11,3 +11,5 @@ stop() {
|
|||
disable_wifi_powersave
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@ stop() {
|
|||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -25,3 +25,5 @@ stop() {
|
|||
restore_radeon_powersave
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -11,3 +11,5 @@ stop() {
|
|||
set_disk_alpm max_performance
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -35,3 +35,5 @@ stop() {
|
|||
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ stop() {
|
|||
restore_transparent_hugepages
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -13,3 +13,5 @@ stop() {
|
|||
multiply_disk_readahead 0.25
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
|
|
@ -19,3 +19,5 @@ stop() {
|
|||
multiply_disk_readahead 0.25
|
||||
return 0
|
||||
}
|
||||
|
||||
process $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue