Séra Balázs to linuxmemes • 6 months agoRemember to not to forget clearing your journalimagemessage-square62arrow-up1676arrow-down110
arrow-up1666arrow-down1imageRemember to not to forget clearing your journalSéra Balázs to linuxmemes • 6 months agomessage-square62
minus-square@[email protected]linkfedilink5•edit-26 months agoReally, the correct way would be to set the limit you want for journald. Put this into /etc/systemd/journald.conf.d/00-journal-size.conf: [Journal] SystemMaxUse=50M Or something like this using a timer: systemd-run --timer-property=OnCalender=daily $COMMAND
Really, the correct way would be to set the limit you want for journald. Put this into
/etc/systemd/journald.conf.d/00-journal-size.conf
:Or something like this using a timer:
systemd-run --timer-property=OnCalender=daily $COMMAND
Thanks for this addition ☺️