Home
last modified time | relevance | path

Searched refs:watchdog (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_systemd.c84 char *watchdog; in fpm_systemd_conf() local
87 watchdog = getenv("WATCHDOG_USEC"); in fpm_systemd_conf()
88 if (watchdog) { in fpm_systemd_conf()
90 interval = (int)(atol(watchdog) / 2000L); in fpm_systemd_conf()
91 zlog(ZLOG_DEBUG, "WATCHDOG_USEC=%s, interval=%d", watchdog, interval); in fpm_systemd_conf()

Completed in 5 milliseconds