mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
Closes: https://bugs.gentoo.org/962292 Signed-off-by: Violet Purcell <vimproved@inventati.org> Part-of: https://github.com/gentoo/gentoo/pull/43742 Closes: https://github.com/gentoo/gentoo/pull/43742 Signed-off-by: Florian Schmaus <flow@gentoo.org>
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
supervisor=supervise-daemon
|
|
|
|
name="scx_loader service"
|
|
description="Loader service for sched_ext schedulers"
|
|
command=/usr/bin/scx_loader
|
|
command_args="${scx_loader_args}"
|