diff --git a/proxmox/proxmox.template.debian.sh b/proxmox/proxmox.template.debian.sh index 2294479..a42676a 100755 --- a/proxmox/proxmox.template.debian.sh +++ b/proxmox/proxmox.template.debian.sh @@ -59,6 +59,7 @@ true > /etc/resolv.conf find /var/log -type f -iname "*.log" -delete -exec touch {} \; find /var/log -type f \( -iname "*.gz" -o -iname ".*.0" -o -iname "dmesg.*" \) -delete rm -f -- /root/.bash_history +rm -rf /var/log/journal/* # }}}