scx/services/sched-ext-pair.service
Piotr Gorski d618a06d92
Add systemd services for scx schedulers
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2024-01-15 23:41:59 +01:00

13 lines
206 B
Desktop File

[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