summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-01-08 08:16:57 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-01-08 08:16:57 +0200
commit2b33c4e01bd347ae6fdce2ad634218548cdd1e19 (patch)
tree4234c93b495438d0a882d32245ba27a9550c9b65 /app-containers
parentdev-libs/libclc: Add 16.0.0_pre20230107 snapshot (diff)
downloadgentoo-2b33c4e01bd347ae6fdce2ad634218548cdd1e19.tar.gz
gentoo-2b33c4e01bd347ae6fdce2ad634218548cdd1e19.tar.bz2
gentoo-2b33c4e01bd347ae6fdce2ad634218548cdd1e19.zip
app-containers/lxd: edit the latest openrc init.d file again
- remove suggestion for 'rc_cgroup_controllers="yes"' which is the default value in rc.conf. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/lxd/files/lxd-5.0.2-r1.initd3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-containers/lxd/files/lxd-5.0.2-r1.initd b/app-containers/lxd/files/lxd-5.0.2-r1.initd
index 85b27a45e448..7c74c0fdc308 100644
--- a/app-containers/lxd/files/lxd-5.0.2-r1.initd
+++ b/app-containers/lxd/files/lxd-5.0.2-r1.initd
@@ -31,8 +31,7 @@ start() {
# Create necessary systemd paths in order for systemd containers to work on openrc host.
# /etc/rc.conf should have following values:
- # rc_cgroup_mode="hybrid"
- # rc_cgroup_controllers="yes"
+ # rc_cgroup_mode="hybrid"
if [ -d /sys/fs/cgroup/unified ] &&
[ ! -d /sys/fs/cgroup/systemd ]; then
install -d /sys/fs/cgroup/systemd --group lxd --owner root