e5cac912c1
Also added correct dependency local-fs.target But often the hwmon paths are still not resolved when the service starts ¯\_(ツ)_/¯
10 lines
188 B
Desktop File
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
|