mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-29 20:50:22 +00:00
Add After=graphical.target into service
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
parent
11f685f7ec
commit
f7e575808b
@ -3,6 +3,7 @@ Description=Start scx_scheduler
|
||||
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
||||
StartLimitIntervalSec=30
|
||||
StartLimitBurst=2
|
||||
After=graphical.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
@ -13,4 +14,4 @@ StandardError=journal
|
||||
LogNamespace=sched-ext
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user