scx/services/scx_central.service

13 lines
212 B
SYSTEMD
Raw Normal View History

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