scx-upstream/services/scx_userland.service
Piotr Gorski 128fa63cc2
systemd-services: replace ConditionPathExists with ConditionPathIsDirectory
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2024-01-25 15:12:15 +01:00

14 lines
229 B
Desktop File

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