12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
|
||
|
description="amdfan controller"
|
||
|
pidfile="/run/${SVCNAME}.pid"
|
||
|
command="/usr/bin/amdfand"
|
||
|
command_args="service"
|
||
|
command_user="root"
|
||
|
|
||
|
depend() {
|
||
|
need udev
|
||
|
}
|