Correct ExecStart-Path for systemd-service
Also added correct dependency local-fs.target But often the hwmon paths are still not resolved when the service starts ¯\_(ツ)_/¯
This commit is contained in:
parent
35532b1eb7
commit
e5cac912c1
@ -1,8 +1,9 @@
|
||||
[Unit]
|
||||
Description=amdfan controller
|
||||
Requires=graphical.target
|
||||
After=sysinit.target local-fs.target
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/amdfand service
|
||||
Restart=always
|
||||
Restart=on-failure
|
||||
RestartSec=4
|
||||
ExecStart=/usr/bin/amdfand service
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user