Print this page
OS-5642 containerbuddy unable to fork while using syslog driver, causing container services to hang
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
OS-4818 contract template disappears on exec
*** 1,11 ****
'\" te
.\" Copyright (c) 2008, 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 PROCESS 4 "Mar 25, 2008"
.SH NAME
process \- process contract type
.SH SYNOPSIS
.LP
.nf
--- 1,12 ----
'\" te
.\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
+ .\" Copyright 2016, Joyent, Inc.
.\" 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 PROCESS 4 "Sept 6, 2016"
.SH NAME
process \- process contract type
.SH SYNOPSIS
.LP
.nf
*** 200,209 ****
--- 201,225 ----
.sp
If not set, the process contract is automatically abandoned when the owner
exits.
.RE
+ .sp
+ .ne 2
+ .na
+ \fB\fBCT_PR_KEEP_EXEC\fR\fR
+ .ad
+ .sp .6
+ .RS 4n
+ If set, the process contract template remains active across \fBexec\fR(2).
+ This can be used to setup a contract for children of an application which
+ is not contract-aware. If this is not set then the system clears the active
+ template when the process execs. Because this option is intended for an
+ application which is not contract-aware, new child process contracts will be
+ automatically abandoned by the parent.
+ .RE
+
.sp
.ne 2
.na
\fB\fBCT_PR_NOORPHAN\fR\fR
.ad