Merge pull request #5 from AuroransSolis/main

Add OpenRC service file
This commit is contained in:
Adrian Woźniak 2021-07-04 08:06:00 +02:00 committed by GitHub
commit 8737403888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}