this post was submitted on 20 Feb 2024
12 points (92.9% liked)
homelab
6648 readers
21 users here now
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think you can deal with this by installing either
rsyslog
orsyslog-ng
andiptables
. They all should be in the repos. Once you’ve go those set up it should supersede the equivalentsystemd
utilities.Thank you, I might give this a try tomorrow. I thought I read something similar, but that it would require you to take care of log rotation as well otherwise they would just grow. Not sure how true that is.
There’s a utility called
logrotate
that should take care of the log rotation for you.Good luck getting it all set up.