Searched refs:shutdown_timer (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/arch/unix/
H A Dmod_systemd.c37 static int shutdown_timer = 0; variable
86 /* Shutdown httpd when nothing is sent for shutdown_timer seconds. */
90 if (shutdown_timer > 0 && shutdown_counter >= shutdown_timer) {
126 shutdown_timer = atoi(arg);

Completed in 51 milliseconds