scx/services/scx_pair.service
Piotr Gorski af1f344447
Allow to run from both /usr/sbin and /usr/bin
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2024-01-16 16:04:30 +01:00

13 lines
197 B
Desktop File

[Unit]
Description=Start scx_pair
ConditionPathExists=/sys/kernel/debug/sched/ext
[Service]
Type=simple
ExecStart=scx_pair
Restart=always
StandardOutput=null
[Install]
WantedBy=multi-user.target