mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 19:30:24 +00:00
13 lines
212 B
SYSTEMD
13 lines
212 B
SYSTEMD
|
[Unit]
|
||
|
Description=Start scx_central
|
||
|
ConditionPathExists=/sys/kernel/debug/sched/ext
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/scx_central
|
||
|
Restart=always
|
||
|
StandardOutput=null
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|