mirror of
https://github.com/webmin/webmin.git
synced 2026-06-23 12:30:32 +01:00
Log something on shutdown
This commit is contained in:
@@ -3421,6 +3421,7 @@ return $mode;
|
||||
|
||||
sub term_handler
|
||||
{
|
||||
&log_error("Shutting down");
|
||||
kill('TERM', @childpids) if (@childpids);
|
||||
kill('KILL', $logclearer) if ($logclearer);
|
||||
kill('KILL', $extauth) if ($extauth);
|
||||
|
||||
Reference in New Issue
Block a user