amdgpud/amdfand

12 lines
180 B
Plaintext
Raw Normal View History

2021-07-04 00:49:35 +02:00
#!/sbin/openrc-run
description="amdfan controller"
pidfile="/run/${SVCNAME}.pid"
command="/usr/bin/amdfand"
command_args="service"
command_user="root"
depend() {
need udev
}