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