amdgpud/services/amdfand.service

9 lines
166 B
SYSTEMD
Raw Normal View History

2021-07-02 13:36:36 +02:00
[Unit]
Description=amdfan controller
Requires=graphical.target
2021-07-02 13:36:36 +02:00
[Service]
2021-07-30 12:48:22 +02:00
ExecStart=/usr/local/bin/amdfand service
Restart=always
2021-07-02 13:36:36 +02:00
[Install]
2021-07-30 12:48:22 +02:00
WantedBy=multi-user.target