Print this page
7928 Add support for SMF_EXIT_TEMP_TRANSIENT

@@ -1,11 +1,12 @@
 '\" te
 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
+.\" Copyright 2015 RackTop Systems.
 .\" 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_METHOD 5 "June 6, 2016"
+.TH SMF_METHOD 5 "March 2, 2017"
 .SH NAME
 smf_method \- service management framework conventions for methods
 .SH DESCRIPTION
 .LP
 The class of services managed by \fBsvc.startd\fR(1M) in the service management

@@ -279,10 +280,13 @@
 Method has been mistakenly invoked outside the \fBsmf\fR(5) facility. Services that depend on \fBsmf\fR(5) capabilities should exit with this status value.
 T}
 \fBSMF_EXIT_ERR_PERM\fR \fB100\fR       T{
 Method requires a form of permission such as file access, privilege, authorization, or other credential that is not available when invoked.
 T}
+\fBSMF_EXIT_TEMP_TRANSIENT\fR   \fB101\fR       T{
+Method that is normally non-transient is temporarily transient.  This is not an error condition and a service returning this value will not be restarted.
+T}
 \fBSMF_EXIT_ERR_OTHER\fR        \fBnon-zero\fR  T{
 Any non-zero exit status from a method is treated as an unknown error. A series of unknown errors can be diagnosed as a fault by the restarter or on behalf of the restarter.
 T}
 .TE