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