75737de396
Reorganize code, add basic voltage manipulation, fix errors Reorganize code, add basic voltage manipulation, fix errors
12 lines
180 B
Plaintext
Executable File
12 lines
180 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
description="amdvol controller"
|
|
pidfile="/run/${SVCNAME}.pid"
|
|
command="/usr/bin/amdvold"
|
|
command_args="service"
|
|
command_user="root"
|
|
|
|
depend() {
|
|
need udev
|
|
}
|