mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-01 15:07:10 +00:00
128fa63cc2
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
14 lines
227 B
Desktop File
14 lines
227 B
Desktop File
[Unit]
|
|
Description=Start scx_central
|
|
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=scx_central
|
|
Restart=always
|
|
StandardError=journal
|
|
LogNamespace=sched-ext
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|