We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603c945 commit a212974Copy full SHA for a212974
sh/rc-cgroup.sh sh/cgroups.shsh/rc-cgroup.sh renamed to sh/cgroups.sh
sh/meson.build
@@ -29,7 +29,7 @@ scripts_config = [
29
30
if os == 'linux'
31
sh += [
32
- 'rc-cgroup.sh',
+ 'cgroups.sh',
33
]
34
scripts_config += [
35
'binfmt.sh.in',
sh/openrc-run.sh.in
@@ -57,7 +57,7 @@ sourcex "@LIBEXECDIR@/sh/functions.sh"
57
sourcex "@LIBEXECDIR@/sh/rc-functions.sh"
58
case $RC_SYS in
59
PREFIX|SYSTEMD-NSPAWN) ;;
60
- *) yesno "$RC_USER_SERVICES" || sourcex -e "@LIBEXECDIR@/sh/rc-cgroup.sh";;
+ *) yesno "$RC_USER_SERVICES" || sourcex -e "@LIBEXECDIR@/sh/cgroups.sh";;
61
esac
62
63
# Support LiveCD foo
0 commit comments