amdgpud/services/amdmond

13 lines
244 B
Plaintext
Raw Permalink Normal View History

2021-12-03 07:35:17 +01:00
#!/sbin/openrc-run
description="AMD card monitoring tool."
pidfile="/run/${SVCNAME}.pid"
2022-06-01 00:39:00 +02:00
command="/usr/bin/amdmond log-file -s /var/log/amdmon.csv"
2021-12-03 07:35:17 +01:00
command_args="service"
command_user="root"
2021-12-07 16:00:31 +01:00
command_background=true
2021-12-03 07:35:17 +01:00
depend() {
need udev
}