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