mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-01 16:44:49 +02:00
Fix systemd-resolved, backup
This commit is contained in:
parent
3ce6d7c2ae
commit
2164f6d2ce
1 changed files with 1 additions and 3 deletions
|
@ -121,7 +121,7 @@ cat > /etc/krb5.conf <<EOF
|
|||
EOF
|
||||
|
||||
# stop + disable samba services and remove default config
|
||||
systemctl disable --now smbd nmbd winbind systemd-resolved
|
||||
systemctl disable --now smbd nmbd winbind systemd-resolved > /dev/null 2>&1
|
||||
rm -f /etc/samba/smb.conf
|
||||
|
||||
echo -e "$ZMB_ADMIN_PASS" | kinit -V $ZMB_ADMIN_USER
|
||||
|
@ -216,5 +216,3 @@ cat << EOF > /etc/logrotate.d/smb-backup
|
|||
create 644 root root
|
||||
}
|
||||
EOF
|
||||
|
||||
smb-backup 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue