Merge pull request #387 from sirlucjan/scx-update

Add After=graphical.target into service
This commit is contained in:
David Vernet 2024-06-25 11:10:38 -05:00 committed by GitHub
commit e60c5c024b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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