Skip to content

Commit a212974

Browse files
committed
cgroups: rename rc_cgroup.sh to cgroups.sh
1 parent 603c945 commit a212974

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

sh/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ scripts_config = [
2929

3030
if os == 'linux'
3131
sh += [
32-
'rc-cgroup.sh',
32+
'cgroups.sh',
3333
]
3434
scripts_config += [
3535
'binfmt.sh.in',

sh/openrc-run.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sourcex "@LIBEXECDIR@/sh/functions.sh"
5757
sourcex "@LIBEXECDIR@/sh/rc-functions.sh"
5858
case $RC_SYS in
5959
PREFIX|SYSTEMD-NSPAWN) ;;
60-
*) yesno "$RC_USER_SERVICES" || sourcex -e "@LIBEXECDIR@/sh/rc-cgroup.sh";;
60+
*) yesno "$RC_USER_SERVICES" || sourcex -e "@LIBEXECDIR@/sh/cgroups.sh";;
6161
esac
6262

6363
# Support LiveCD foo

0 commit comments

Comments
 (0)