Hi, I have tried removing PrivateTmp=no in the rsyslog service file and it still doesnt work I have removed the service file which I had created too. I found that when I run the daemon manually, it works well. Hence I have disabled rsyslog and I have put the daemon startup in my rc-local
But yes, removing PrivateTmp doesnt help. I am happy to troubleshoot this if anyone wants me to be a QA for this. On Fri, Nov 10, 2023 at 3:55 PM Michael Biebl <[email protected]> wrote: > The service file you posted is not a good idea. Please remove it again. > > > If moving the log file out of /tmp is not an option, please run > systemctl edit rsyslog.service > and disable PrivateTmp via > > [Service] > PrivateTmp=no >

