amdgpud/services/amdfand.service
Stefan Gehr e5cac912c1 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 ¯\_(ツ)_/¯
2021-08-02 00:05:21 +02:00

10 lines
188 B
Desktop File

[Unit]
Description=amdfan controller
After=sysinit.target local-fs.target
[Service]
Restart=on-failure
RestartSec=4
ExecStart=/usr/bin/amdfand service
[Install]
WantedBy=multi-user.target