diff options
Diffstat (limited to 'usr/src/man/man8/svc.startd.8')
-rw-r--r-- | usr/src/man/man8/svc.startd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/man/man8/svc.startd.8 b/usr/src/man/man8/svc.startd.8 index 7467e05035..2fcf917fde 100644 --- a/usr/src/man/man8/svc.startd.8 +++ b/usr/src/man/man8/svc.startd.8 @@ -361,10 +361,13 @@ properties listed below in the \fBstartd\fR property group. .RS 4n The \fBcritical_failure_count\fR and \fBcritical_failure_period\fR properties together specify the maximum number of service failures allowed in a given -time interval before \fBsvc.startd\fR transitions the service to maintenance. +number of seconds before \fBsvc.startd\fR transitions the service to +maintenance. If the number of failures exceeds \fBcritical_failure_count\fR in any period of \fBcritical_failure_period\fR seconds, \fBsvc.startd\fR will transition the -service to maintenance. +service to maintenance. The \fBcritical_failure_count\fR value is limited +to the range 1-10 and defaults to 10. The \fBcritical_failure_period\fR +defaults to 600 seconds. .RE .sp |