mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-09-18 07:17:48 +02:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name=$RC_SVCNAME
|
|
description="auto-cpufreq - Automatic CPU speed & power optimizer for Linux"
|
|
supervisor="supervise-daemon"
|
|
command="/usr/bin/auto-cpufreq"
|
|
command_args="--daemon"
|
|
command_user="root"
|
|
|
|
depend() {
|
|
after net
|
|
}
|