scx/services/scx_userland.service
Piotr Gorski 8c61d38743
Drop unneeded default value
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2024-01-18 00:23:04 +01:00

14 lines
230 B
Desktop File

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