diff --git a/amdfand b/amdfand new file mode 100755 index 0000000..4b52052 --- /dev/null +++ b/amdfand @@ -0,0 +1,11 @@ +#!/sbin/openrc-run + +description="amdfan controller" +pidfile="/run/${SVCNAME}.pid" +command="/usr/bin/amdfand" +command_args="service" +command_user="root" + +depend() { + need udev +}