mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 05:30:24 +00:00
51f8c35841
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
16 lines
383 B
Plaintext
Executable File
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}"
|
|
# }
|