Hacker News new | ask | show | jobs
by housemusicfan 999 days ago
Indeed, many programs interpret a kill -HUP signal as a "re-read config" command.
1 comments

This is problematic as when you log out your shell, HUP is sent to the web server process unintentionally...

(One reason we don't use signals in Caddy 2. So uncivilized.)