Fix amdmond services
This commit is contained in:
parent
7d3eed7844
commit
446f3696e7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
description="AMD card monitoring tool."
|
description="AMD card monitoring tool."
|
||||||
pidfile="/run/${SVCNAME}.pid"
|
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_args="service"
|
||||||
command_user="root"
|
command_user="root"
|
||||||
command_background=true
|
command_background=true
|
||||||
|
@ -6,7 +6,7 @@ After=sysinit.target local-fs.target
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=4
|
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
|
Environment=RUST_LOG=ERROR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user