In the past, OpenRC was a hybrid of a centralized and file-scope license/copyright structure. I followed the instructions from the Software Freedom Law Center [1] to convert to a Centralized structure where possible, for easier future maintenance. [1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
.\" Copyright (c) 2015 The OpenRC Authors.
 | 
						|
.\" See the Authors file at the top-level directory of this distribution and
 | 
						|
.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS
 | 
						|
.\"
 | 
						|
.\" This file is part of OpenRC. It is subject to the license terms in
 | 
						|
.\" the LICENSE file found in the top-level directory of this
 | 
						|
.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
 | 
						|
.\" This file may not be copied, modified, propagated, or distributed
 | 
						|
.\"    except according to the terms contained in the LICENSE file.
 | 
						|
.\"
 | 
						|
.Dd April 24, 2008
 | 
						|
.Dt RC-sstat 8 SMM
 | 
						|
.Os OpenRC
 | 
						|
.Sh NAME
 | 
						|
.Nm rc-sstat
 | 
						|
.Nd show status info about services supervised by s6 then rc-status
 | 
						|
info
 | 
						|
.Sh SYNOPSIS
 | 
						|
.Nm
 | 
						|
.Sh DESCRIPTION
 | 
						|
.Nm
 | 
						|
gathers and displays information about the status of services supervised
 | 
						|
by s6 then runs rc-status to show info about nnormal OpenRC services.
 | 
						|
.Pp
 | 
						|
.Sh EXIT STATUS
 | 
						|
.Nm
 | 
						|
exits 1 if there is an internal error or exits with the same exit codes
 | 
						|
as rc-status.
 | 
						|
.Sh SEE ALSO
 | 
						|
.Xr rc-status 8 ,
 | 
						|
.Xr rc-update 8
 | 
						|
.Sh AUTHORS
 | 
						|
.An William Hubbs <w.d.hubbs@gmail.com>
 |