scx/services/scx_simple.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
201 B
Desktop File

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