scx/services/scx_central.service
Piotr Gorski 1abd319cae
Set log size to 10M
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2024-01-18 00:03:07 +01:00

15 lines
251 B
Desktop File

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