From c4412c12a7f37941dee48f48ae647d56eecc494c Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 15 Jun 2016 10:11:20 -0700 Subject: [PATCH] Document cupsd.conf's IdleExitTimeout --- doc/help/man-cupsd.conf.html | 6 ++++++ man/cupsd.conf.man.in | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/help/man-cupsd.conf.html b/doc/help/man-cupsd.conf.html index 8111a282a..1af903b64 100644 --- a/doc/help/man-cupsd.conf.html +++ b/doc/help/man-cupsd.conf.html @@ -130,6 +130,12 @@ to verify that the hostname resolved from the address matches one of the address Double lookups also prevent clients with unregistered addresses from connecting to your server. The default is "Off" to avoid the potential server performance problems with hostname lookups. Only set this option to "On" or "Double" if absolutely required. +
IdleExitTimeout seconds +
Only applicable when +cupsd(8) +is run on-demand (e.g., with -l). +Specifies the length of time to wait before shutting down due to inactivity. +The default is "60".
JobKillDelay seconds
Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job. The default is "30". diff --git a/man/cupsd.conf.man.in b/man/cupsd.conf.man.in index a05c4a657..ddd38fc2d 100644 --- a/man/cupsd.conf.man.in +++ b/man/cupsd.conf.man.in @@ -191,6 +191,14 @@ to verify that the hostname resolved from the address matches one of the address Double lookups also prevent clients with unregistered addresses from connecting to your server. The default is "Off" to avoid the potential server performance problems with hostname lookups. Only set this option to "On" or "Double" if absolutely required. +.\"#IdleExitTimeout +.TP 5 +\fBIdleExitTimeout \fIseconds\fR +Only applicable when +.BR cupsd (8) +is run on-demand (e.g., with \fB-l\fR). +Specifies the length of time to wait before shutting down due to inactivity. +The default is "60". .\"#JobKillDelay .TP 5 \fBJobKillDelay \fIseconds\fR -- 2.39.2