Séra Balázs@lemmy.world to linuxmemes@lemmy.world · 9 个月前Remember to not to forget clearing your journallemmy.worldimagemessage-square61linkfedilinkarrow-up1669
arrow-up1669imageRemember to not to forget clearing your journallemmy.worldSéra Balázs@lemmy.world to linuxmemes@lemmy.world · 9 个月前message-square61linkfedilink
minus-squareMorethanevil@lemmy.fedifriends.sociallinkfedilinkarrow-up3·9 个月前Cron is better known than a systemd timer, but you can provide an example for the timer 😃
minus-squarefallingcats@discuss.tchncs.delinkfedilinkarrow-up5·edit-29 个月前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: [Journal] SystemMaxUse=50M Or something like this using a timer: systemd-run --timer-property=OnCalender=daily $COMMAND
minus-squareMorethanevil@lemmy.fedifriends.sociallinkfedilinkarrow-up3·9 个月前Thanks for this addition ☺️
Cron is better known than a systemd timer, but you can provide an example for the timer 😃
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 ☺️