On Mon, Jul 21, 2025 at 8:29 PM dan <d...@nnnne-o-o-o.com> wrote: > > I'm courios about this, do you mind to automate to your webserver during the > day? And if yes do you have a use case to support your doing or CONS against > something alike? > > I personally have just automate the reboot of my webserver to reload its > beskope, little spam filter twice a day and still wondering about everything > but it seems work fine for now..
I'm all for *manual* daily restart of servers like this, but I would only do automatic restart if the server has all its configuration and storage read-only, and hardly even then. Too many things can go wrong unexpectedly at startup, not necessarily from malicious sources. If something happens, you better be there to fix it if you care at all about the service. However, if you can do a smaller selective configuration reload, that may carry less risk.