diff options
Diffstat (limited to 'usr/src/man/man5/smf_restarter.5')
-rw-r--r-- | usr/src/man/man5/smf_restarter.5 | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/src/man/man5/smf_restarter.5 b/usr/src/man/man5/smf_restarter.5 index ff041fe8d2..4f17933450 100644 --- a/usr/src/man/man5/smf_restarter.5 +++ b/usr/src/man/man5/smf_restarter.5 @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH smf_restarter 5 "23 May 2008" "SunOS 5.11" "Standards, Environments, and Macros" +.TH SMF_RESTARTER 5 "May 23, 2008" .SH NAME smf_restarter \- service management facility conventions for restarters .SH DESCRIPTION @@ -28,24 +28,20 @@ The common restarter configuration for all services is captured in the optional property settings. .sp .ne 2 -.mk .na \fB\fBenabled\fR\fR .ad .RS 19n -.rt This is a required property. If set, the restarter of an instance attempts to maintain availability of the service. .RE .sp .ne 2 -.mk .na \fB\fBrestarter\fR\fR .ad .RS 19n -.rt This is an optional property that allows the specification of an alternate restarter to manage the service instance. If the restarter property is empty or absent, the restarter defaults to \fBsvc.startd\fR(1M). @@ -53,12 +49,10 @@ absent, the restarter defaults to \fBsvc.startd\fR(1M). .sp .ne 2 -.mk .na \fB\fBsingle_instance\fR\fR .ad .RS 19n -.rt This is an optional property. When set, only one instance of the service is allowed to transition to an online or degraded status at any time. .RE @@ -70,12 +64,10 @@ All restarters report status using the \fBrestarter\fR property group, which includes the following properties: .sp .ne 2 -.mk .na \fB\fBnext_state\fR\fR .ad .RS 19n -.rt The current state and next state, if currently in transition, for instances stored in these properties. See \fBsmf\fR(5) for a description of the potential states. @@ -83,12 +75,10 @@ states. .sp .ne 2 -.mk .na \fB\fBauxiliary_state\fR\fR .ad .RS 19n -.rt An astring with no spaces that contains a precise term to describe the full restarter-specific state in combination with the restarter state property. The auxiliary state cannot always be set and is always cleared during transition @@ -98,23 +88,19 @@ states it uses. .sp .ne 2 -.mk .na \fB\fBstate_timestamp\fR\fR .ad .RS 19n -.rt The time when the current state was reached. .RE .sp .ne 2 -.mk .na \fB\fBcontract\fR\fR .ad .RS 19n -.rt The primary process contract ID, if any, under which the service instance is executing. .RE |