2024-01-15 22:41:59 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Start scx_pair
|
|
|
|
ConditionPathExists=/sys/kernel/debug/sched/ext
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2024-01-16 15:04:30 +00:00
|
|
|
ExecStart=scx_pair
|
2024-01-15 22:41:59 +00:00
|
|
|
Restart=always
|
|
|
|
StandardOutput=null
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|