mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
Fix runlevel conflict
This commit is contained in:
parent
a271309bab
commit
2ea8742324
@ -1,9 +1,9 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=AMDGPU Control Daemon
|
Description=AMDGPU Control Daemon
|
||||||
After=graphical.target
|
After=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/local/bin/lact-daemon
|
ExecStart=/usr/local/bin/lact-daemon
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=graphical.target
|
||||||
|
Loading…
Reference in New Issue
Block a user