mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
af1f344447
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
13 lines
201 B
Desktop File
13 lines
201 B
Desktop File
[Unit]
|
|
Description=Start scx_simple
|
|
ConditionPathExists=/sys/kernel/debug/sched/ext
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=scx_simple
|
|
Restart=always
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|