Option to enable/disable jail auto-start using sysrc

This commit is contained in:
Jose
2021-01-09 16:18:11 -04:00
parent 665cc19ce6
commit 996e7e2b40
3 changed files with 188 additions and 1 deletions

View File

@@ -90,7 +90,9 @@ Available Commands:
cp cp(1) files from host to targeted container(s).
create Create a new thin container or a thick container if -T|--thick option specified.
destroy Destroy a stopped container or a FreeBSD release.
disable Prevent a container auto-start during host reboots.
edit Edit container configuration files (advanced).
enable Allow a container auto-start during host reboots.
export Exports a specified container.
help Help about any command.
htop Interactive process viewer (requires htop).
@@ -135,7 +137,7 @@ version|-v|--version)
help|-h|--help)
usage
;;
bootstrap|create|destroy|import|list|rdr|restart|start|update|upgrade|verify)
bootstrap|create|destroy|disable|enable|import|list|rdr|restart|start|update|upgrade|verify)
# Nothing "extra" to do for these commands. -- cwells
;;
clone|config|cmd|console|convert|cp|edit|export|htop|limits|mount|pkg|rename|service|stop|sysrc|template|top|umount|zfs)