scx/services/scx_central.service

14 lines
228 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Start scx_central
ConditionPathExists=/sys/kernel/debug/sched/ext
[Service]
Type=simple
ExecStart=scx_central
Restart=always
StandardError=journal
LogNamespace=sched-ext
[Install]
WantedBy=multi-user.target