mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 12:16:37 +02:00
Exit with a successful return code upon receipt of SIGTERM (#125)
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ void s_die()
|
||||
#else
|
||||
unload_all_modules();
|
||||
unlink(conf_files ? conf_files->pid_file : IRCD_PIDFILE);
|
||||
exit(-1);
|
||||
exit(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user