forked from ahurac/dotfiles
Ajout : script d'initialisation de auto-cpufreq
This commit is contained in:
parent
af9f25cedb
commit
6c395c0889
1 changed files with 9 additions and 0 deletions
9
etc/init.d/auto-cpufreq
Executable file
9
etc/init.d/auto-cpufreq
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/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"
|
||||
|
Loading…
Reference in a new issue