mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-11 11:22:26 +00:00
Merge pull request #387 from sirlucjan/scx-update
Add After=graphical.target into service
This commit is contained in:
commit
e60c5c024b
@ -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