mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-30 04:50:24 +00:00
1abd319cae
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
15 lines
251 B
Desktop File
15 lines
251 B
Desktop File
[Unit]
|
|
Description=Start scx_central
|
|
ConditionPathExists=/sys/kernel/debug/sched/ext
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=scx_central
|
|
Restart=always
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
LogNamespace=sched-ext
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|