mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-29 06:00:23 +00:00
26d53233de
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
15 lines
297 B
Desktop File
15 lines
297 B
Desktop File
[Unit]
|
|
Description=Start scx_scheduler
|
|
ConditionPathIsDirectory=/sys/kernel/sched_ext
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/default/scx
|
|
ExecStart=/bin/bash -c 'exec $SCX_SCHEDULER $SCX_FLAGS '
|
|
Restart=always
|
|
StandardError=journal
|
|
LogNamespace=sched-ext
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|