mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-01 15:07:10 +00:00
15 lines
297 B
SYSTEMD
15 lines
297 B
SYSTEMD
|
[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
|