Merge pull request #44 from MithicSpirit/main

Fix amdmond services
This commit is contained in:
Adrian Woźniak 2022-06-01 12:06:56 +02:00 committed by GitHub
commit 04e3d14936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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