diff options
author | Forza-tng <forza@tnonline.net> | 2023-12-26 15:48:29 +0100 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2024-01-12 11:17:14 -0600 |
commit | f9c92d78221e7827b4a6144d0c2e2b4d3de99416 (patch) | |
tree | d66856cf78a5af5caeeef6fc5f4bd8f227d1c636 /init.d | |
parent | 97689d6c4478cd3a388402cb4d3a2db82b99cc78 (diff) |
enable confd cgroups mount options
This fixes #684.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/cgroups.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/cgroups.in b/init.d/cgroups.in index 218cce7d..ac1f5cc8 100644 --- a/init.d/cgroups.in +++ b/init.d/cgroups.in @@ -11,7 +11,7 @@ description="Mount the control groups." -cgroup_opts=nodev,noexec,nosuid +: "${cgroup_opts:="nodev,noexec,nosuid"}" depend() { |