Print this page
10451 smf_method(5) man page needs updates after 7928

*** 1,11 **** '\" te .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved. .\" 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" .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 --- 1,12 ---- '\" te + .\" Copyright 2019 OmniOS Community Edition (OmniOSce) Association. .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved. .\" 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 "February 25, 2019" .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
*** 267,276 **** --- 268,281 ---- l l l l l l . \fBSMF_EXIT_OK\fR \fB0\fR T{ Method exited, performing its operation successfully. T} + \fBSMF_EXIT_NODAEMON\fR \fB94\fR T{ + Method exited successfully but purposefully leaves no processes remaining in + the contract; it should be treated as if it had a transient service model. + T} \fBSMF_EXIT_ERR_FATAL\fR \fB95\fR T{ Method failed fatally and is unrecoverable without administrative intervention. T} \fBSMF_EXIT_ERR_CONFIG\fR \fB96\fR T{ Unrecoverable configuration error. A common condition that returns this exit status is the absence of required configuration files for an enabled service instance.