scx-upstream/services/openrc/scx.initrd
Piotr Gorski 51f8c35841
openrc: drop separate logs
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
2024-09-05 18:19:01 +02:00

16 lines
383 B
Plaintext
Executable File

#!/usr/bin/openrc-run
# Powered by CachyOS Team
# Distributed under the terms of the GNU General Public License v2
description="Start scx_scheduler"
supervisor=supervise-daemon
required_files="/etc/default/scx"
command="/usr/bin/$SCX_SCHEDULER"
command_args="$SCX_FLAGS"
command_user="${SCX_USER:-root}:${SCX_GROUP:-root}"
# stop_post() {
# rm -rf /var/cache/"${RC_SVCNAME}"
# }