2015-12-05 04:22:19 +05:30
|
|
|
.\" Copyright (c) 2007-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
|
2008-03-19 22:41:50 +05:30
|
|
|
.\"
|
2015-12-05 04:22:19 +05:30
|
|
|
.\" 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.
|
2008-03-19 22:41:50 +05:30
|
|
|
.\"
|
2009-05-01 13:08:57 +05:30
|
|
|
.Dd May 1, 2009
|
2008-03-19 22:41:50 +05:30
|
|
|
.Dt RC-SERVICE 8 SMM
|
|
|
|
.Os OpenRC
|
|
|
|
.Sh NAME
|
|
|
|
.Nm rc-service
|
2012-01-22 05:47:42 +05:30
|
|
|
.Nd locate and run an OpenRC service with the given arguments
|
2008-03-19 22:41:50 +05:30
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2017-12-05 04:47:17 +05:30
|
|
|
.Op Fl c , -ifcrashed
|
|
|
|
.Ar service cmd
|
|
|
|
.Op Ar ...
|
|
|
|
.Nm
|
2009-05-01 13:08:57 +05:30
|
|
|
.Op Fl i , -ifexists
|
2008-03-19 22:41:50 +05:30
|
|
|
.Ar service cmd
|
|
|
|
.Op Ar ...
|
2008-03-21 14:40:59 +05:30
|
|
|
.Nm
|
2014-09-22 00:24:51 +05:30
|
|
|
.Op Fl I , -ifinactive
|
|
|
|
.Ar service cmd
|
|
|
|
.Op Ar ...
|
|
|
|
.Nm
|
|
|
|
.Op Fl N , -ifnotstarted
|
|
|
|
.Ar service cmd
|
|
|
|
.Op Ar ...
|
|
|
|
.Nm
|
2008-03-26 13:38:47 +05:30
|
|
|
.Fl e , -exists
|
|
|
|
.Ar service
|
|
|
|
.Nm
|
2009-05-01 13:08:57 +05:30
|
|
|
.Fl l , -list
|
|
|
|
.Nm
|
2008-03-26 13:38:47 +05:30
|
|
|
.Fl r , -resolve
|
|
|
|
.Ar service
|
2008-03-19 22:41:50 +05:30
|
|
|
.Sh DESCRIPTION
|
2012-01-22 05:47:42 +05:30
|
|
|
Service scripts could be in different places on different systems.
|
2008-03-19 22:41:50 +05:30
|
|
|
.Nm
|
|
|
|
locates the specified service and runs it with the given arguments.
|
2009-05-01 13:08:57 +05:30
|
|
|
If
|
|
|
|
.Fl i , -ifexists
|
|
|
|
is given then
|
|
|
|
.Nm
|
|
|
|
returns 0 even if the service does not exist.
|
2014-09-22 00:24:51 +05:30
|
|
|
If
|
|
|
|
.Fl I , -ifinactive
|
|
|
|
or
|
|
|
|
.Fl N , -ifnotstarted
|
|
|
|
is given then
|
|
|
|
.Nm
|
|
|
|
returns 0 if the service exists but is in the wrong state.
|
2008-03-21 14:40:59 +05:30
|
|
|
.Pp
|
|
|
|
If given the
|
|
|
|
.Fl l , -list
|
|
|
|
argument then
|
|
|
|
.Nm
|
|
|
|
will list all available services.
|
2008-03-26 13:38:47 +05:30
|
|
|
.Pp
|
2009-05-01 13:08:57 +05:30
|
|
|
.Fl e , -exists
|
2008-03-26 13:38:47 +05:30
|
|
|
return 0 if it can find
|
|
|
|
.Ar service ,
|
|
|
|
otherwise -1.
|
2009-05-01 13:08:57 +05:30
|
|
|
.Fl r , -resolve
|
2008-03-26 13:38:47 +05:30
|
|
|
does the same and also prints the full path of the service to stdout.
|
2008-03-19 22:41:50 +05:30
|
|
|
.Sh SEE ALSO
|
2013-12-12 05:09:38 +05:30
|
|
|
.Xr openrc 8 ,
|
2008-03-26 13:38:47 +05:30
|
|
|
.Xr stdout 3
|
2008-03-19 22:41:50 +05:30
|
|
|
.Sh AUTHORS
|
2008-12-31 00:38:51 +05:30
|
|
|
.An Roy Marples <roy@marples.name>
|