GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
APPJAIL-STOP(1) FreeBSD General Commands Manual APPJAIL-STOP(1)

appjail-stopStop a running jail

appjail stop [-fI] jail

appjail stop [-f] [-i initscript] [[-p parameter=value] ...] [[-V name=value] ...] jail

The utility stops a jail and is responsible for performing some operations:

  • Stop a given jail.
  • Execute the stop stage.

The options are as follows:

Forcibly stops the jail, meaning that the jail is simply removed regardless of the parameters defined in the template.
initscript
Pathname to the InitScript. If no InitScript is provided from the command-line, it will be obtained via appjail-enabled(1). If not defined there, the InitScript located in the root directory of the jail is used if it exists and has the execute bit permission.
Avoid running the InitScript. appjail-enable(1) and appjail-disable(1) affects this parameter when it is not specified explicitly from the command-line.
parameter=value ...
Parameters for , and stop functions passed with syntax such as parameter1=value1, parameter2=value=2, ..., parameterN=valueN. If no parameters are provided from the command-line, they will be obtained via appjail-enabled(1).
name=value
Environment variables. Environment variables are defined internally with a syntax such as and validated with a regular expression such as .

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

  • : The command was used incorrectly.
  • :
    • An invalid environment variable was specified.
    • jail is invalid.
  • : jail cannot be found.
  • :
    • The jail configuration file cannot be found.
    • The jail.conf(5) file generated dynamically by appjail-start(1) cannot be found.
    • The jail is still running when it should not.
    • The base directory of a thinjail does not exist when it should.
    • An error ocurred while unmounting the base directory of a thinjail.
  • : The InitScript specified with -i does not have the execute bit permission or does not exist.

appjail-disable(1) appjail-enable(1) appjail-enabled(1) appjail-rstop(1) sysexits(3) appjail-initscript(5) appjail-template(5)

Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>

March 27, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.