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

FreeBSD Manual Pages

  
 
  

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

NAME
     appjail-enable -- Set default parameters for stages

SYNOPSIS
     appjail enable jail start [-I] [[-c parameter=value] ...] [-i initscript]
	     [[-s parameter=value] ...] [-t template] [[-V name=value] ...]
     appjail enable jail stop [-I] [-i initscript] [-p parameter=value]
	     [-V name=value]
     appjail enable jail run [-i initscript] [[-p parameter=value] ...]
	     [[-V name=value] ...]

DESCRIPTION
     The  appjail  enable utility sets default parameters for the stages used by
     the appjail-start(1), appjail-stop(1) and	appjail-run(1)	commands.  These
     parameters  are used when the user does not specify one explicitly from the
     command-line and are more relevant when the  stages  are  executed  without
     user  intervention,  e.g. at startup. These commands mimic the command-line
     arguments used by those commands.

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

     -	 EX_USAGE: The command was used incorrectly.
     -	 EX_NOINPUT: jail cannot be found.
     -	 EX_SOFTWARE: Error creating the directory where files used by this com-
	 mand are stored.
     -	 EX_DATAERR:
	 *   An invalid option was specified.
	 *   jail is invalid.
     -	 EX_IOERR:  Error  writing  the contents of a file used by the specified
	 parameter.

SEE ALSO
     appjail-disable(1) appjail-enabled(1) appjail-run(1) appjail-start(1)  app-
     jail-stop(1) sysexits(3)

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

FreeBSD ports 15.quarterly	 March 27, 2024 	       APPJAIL-ENABLE(1)

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

home | help