summarylogtreecommitdiffstats
path: root/scx
blob: ea8eaff408b74bbcaf92a8077b360574ea6f0af2 (plain)
1
2
3
4
5
6
7
8
9
#!/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

command="/usr/bin/scx_loader" # set config in scx_loader.toml
command_user="${SCX_USER:-root}:${SCX_GROUP:-root}"