Skip to content

Commit

Permalink
enable confd cgroups mount options
Browse files Browse the repository at this point in the history
This fixes #684.
  • Loading branch information
Forza-tng authored and williamh committed Jan 12, 2024
1 parent 97689d6 commit f9c92d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions conf.d/cgroups
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# override cgroup mount options
#cgroup_opts=nodev,noexec,nosuid
2 changes: 1 addition & 1 deletion init.d/cgroups.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

description="Mount the control groups."

cgroup_opts=nodev,noexec,nosuid
: "${cgroup_opts:="nodev,noexec,nosuid"}"

depend()
{
Expand Down

0 comments on commit f9c92d7

Please sign in to comment.