Set LXC_UNPRIVILEGED=0 as default

This commit is contained in:
Thorsten Spille 2021-04-16 16:50:54 +02:00 committed by GitHub
parent f027ade8d7
commit f5034abc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ LXC_SHAREFS_MOUNTPOINT="tank"
# Define whether the container will be created in unprivileged (1) or privileged (0) mode
# For 'zmb_standalone', 'zmb_pdc', 'zmb_member' and 'mailpiler' the container needs to be created with 'unprivileged=0'
LXC_UNPRIVILEGED="1"
LXC_UNPRIVILEGED="0"
# Size of the RAM assigned to the container
LXC_MEM="1024"