#!/bin/bash mkdir -p /etc/systemd/journald.conf.d/ cat </etc/systemd/journald.conf.d/netzbon.conf [Journal] Storage=persistent MaxFileSec=1week Compress=yes EOF # Restart journald service to apply configurations systemctl restart systemd-journald.service