enable confd cgroups mount options

This fixes #684.
This commit is contained in:
Forza-tng 2023-12-26 15:48:29 +01:00 committed by William Hubbs
parent 97689d6c44
commit f9c92d7822
2 changed files with 3 additions and 1 deletions

2
conf.d/cgroups Normal file
View File

@ -0,0 +1,2 @@
# override cgroup mount options
#cgroup_opts=nodev,noexec,nosuid

View File

@ -11,7 +11,7 @@
description="Mount the control groups."
cgroup_opts=nodev,noexec,nosuid
: "${cgroup_opts:="nodev,noexec,nosuid"}"
depend()
{