--- lbbs/src/net_server.c 2025/06/07 11:28:29 1.58 +++ lbbs/src/net_server.c 2025/06/16 14:32:25 1.59 @@ -354,6 +354,8 @@ int net_server(const char *hostaddr, in_ { if (SYS_server_exit && !sd_notify_stopping) { + signal(SIGHUP, SIG_IGN); + sd_notify(0, "STOPPING=1"); sd_notify_stopping = 1; }