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