Merge pull request #12 from Eraden/service-fix
Move start service after graphics
This commit is contained in:
commit
2c7dd81a30
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=amdfan controller
|
Description=amdfan controller
|
||||||
|
Requires=graphical.target
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/amdfand service
|
ExecStart=/usr/bin/amdfand service
|
||||||
Restart=always
|
Restart=always
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
Alias=default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user