Move start service to graphical
This commit is contained in:
parent
2c7dd81a30
commit
f69465843f
@ -1,8 +1,11 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=amdfan controller
|
Description=amdfan controller
|
||||||
Requires=graphical.target
|
Requires=graphical.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/amdfand service
|
ExecStart=/usr/bin/amdfand service
|
||||||
Restart=always
|
Restart=on-failure
|
||||||
|
RestartSec=5s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
Alias=default.target
|
WantedBy=graphical.target
|
||||||
|
Loading…
Reference in New Issue
Block a user