amdgpud/amdfand.service

12 lines
179 B
SYSTEMD
Raw Normal View History

2021-07-02 13:36:36 +02:00
[Unit]
Description=amdfan controller
Requires=graphical.target
2021-07-30 10:22:38 +02:00
2021-07-02 13:36:36 +02:00
[Service]
ExecStart=/usr/bin/amdfand service
2021-07-30 10:22:38 +02:00
Restart=on-failure
RestartSec=5s
2021-07-02 13:36:36 +02:00
[Install]
2021-07-30 10:22:38 +02:00
WantedBy=graphical.target