mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-12 00:07:12 +03:00
Signed-off-by: Violet Purcell <vimproved@inventati.org> Part-of: https://github.com/gentoo/gentoo/pull/44692 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}"
|