mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-07-07 14:09:09 +02:00
Merge branch 'dev' of https://github.com/bashclub/zamba-lxc-toolbox into dev
This commit is contained in:
@ -19,8 +19,11 @@ LXC_UNPRIVILEGED="0"
|
||||
# enable nesting feature
|
||||
LXC_NESTING="1"
|
||||
|
||||
# enable keyctl feature
|
||||
LXC_KEYCTL="0"
|
||||
|
||||
# Sets the minimum amount of RAM the service needs for operation
|
||||
LXC_MEM_MIN=1024
|
||||
|
||||
# service dependent meta tags
|
||||
SERVICE_TAGS="samba,member,fileserver"
|
||||
SERVICE_TAGS="samba,member,cups,printserver"
|
@ -9,7 +9,7 @@ source /root/functions.sh
|
||||
source /root/zamba.conf
|
||||
source /root/constants-service.conf
|
||||
|
||||
echo "deb http://ftp.halifax.rwth-aachen.de/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
echo "deb http://deb.debian.org/debian/ bookworm-backports main contrib" >> /etc/apt/sources.list
|
||||
|
||||
apt update
|
||||
|
||||
@ -106,4 +106,4 @@ systemctl disable --now cups-browsed.service
|
||||
|
||||
cupsctl --remote-admin
|
||||
|
||||
systemctl restart cups smbd nmbd winbind wsdd
|
||||
systemctl restart cups smbd nmbd winbind wsdd
|
Reference in New Issue
Block a user