commit
04e3d14936
@ -2,7 +2,7 @@
|
||||
|
||||
description="AMD card monitoring tool."
|
||||
pidfile="/run/${SVCNAME}.pid"
|
||||
command="/usr/bin/amdfand log_file -s /var/log/amdmon.csv"
|
||||
command="/usr/bin/amdmond log-file -s /var/log/amdmon.csv"
|
||||
command_args="service"
|
||||
command_user="root"
|
||||
command_background=true
|
||||
|
@ -6,7 +6,7 @@ After=sysinit.target local-fs.target
|
||||
Restart=on-failure
|
||||
RestartSec=4
|
||||
|
||||
ExecStart=/usr/bin/amdmond log_file -s /var/log/amdmon.csv
|
||||
ExecStart=/usr/bin/amdmond log-file -s /var/log/amdmon.csv
|
||||
|
||||
Environment=RUST_LOG=ERROR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user