OpenRC service file.

This commit is contained in:
Aurorans Solis 2021-07-03 15:49:35 -07:00
parent 6ba79825c9
commit ddf02e3b9c

11
amdfand Executable file
View File

@ -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
}