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