12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
|
||
|
description="AMD card monitoring tool."
|
||
|
pidfile="/run/${SVCNAME}.pid"
|
||
|
command="/usr/bin/amdfand log_file -s /var/log/amdmon.csv"
|
||
|
command_args="service"
|
||
|
command_user="root"
|
||
|
|
||
|
depend() {
|
||
|
need udev
|
||
|
}
|