Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
APPJAIL-SERVICE(1)	    General Commands Manual	    APPJAIL-SERVICE(1)

NAME
       appjail-service	--  Control  (start/stop/etc.) or list system services
       within a	jail

SYNOPSIS
       appjail service all [-e]	[-i file] [--] [args ...]
       appjail service jail jail [args ...]

DESCRIPTION
       The appjail service utility is a	wrapper	of the service(8) command  for
       managing	services within	a jail from the	host system.

       all  is	used  to run service(8)	in all existing	jails. If -e is	speci-
       fied, appjail service exits when	service(8)  returns  a	non-zero  exit
       status.	If  -i is specified, the content of the	file specified by this
       parameter is used as input for  each  call  of  service(8)  instead  of
       /dev/null.   If	you want to specify a service(8) parameter in args and
       it starts with a	dash, you must use -- or appjail service  will	inter-
       pret it.

       jail is used to run service(8) in a given jail.

EXIT STATUS
       The  appjail service utility exits 0 on success,	and >0 if an error oc-
       curs.  It may fail for one of the following reasons:

       -   EX_USAGE: The command was used incorrectly.
       -   EX_DATAERR: jail is invalid.

SEE ALSO
       sysexits(3) service(8)

AUTHORS
       Jess Daniel Colmenares Oviedo <DtxdF@disroot.org>

FreeBSD	Ports 14.quarterly	March 23, 2024		    APPJAIL-SERVICE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=appjail-service&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help