From ed60f9c409bc9a0655e335f398181a9f0cfc43e8 Mon Sep 17 00:00:00 2001 From: Lars E <1733402+bsdlme@users.noreply.github.com> Date: Wed, 11 Dec 2019 19:04:58 +0100 Subject: [PATCH] Add more examples Since FreeBSD 12.0 service(8) supports enable/disable/delete keywords. This also works with the 'bastille service' command. --- docs/chapters/subcommands/service.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/chapters/subcommands/service.rst b/docs/chapters/subcommands/service.rst index b14a9b4e..dec6e168 100644 --- a/docs/chapters/subcommands/service.rst +++ b/docs/chapters/subcommands/service.rst @@ -11,3 +11,6 @@ running inside the containers. ishmael ~ # bastille service web01 'nginx start' ishmael ~ # bastille service db01 'mysql-server restart' ishmael ~ # bastille service proxy 'nginx configtest' + ishmael ~ # bastille service proxy 'nginx enable' + ishmael ~ # bastille service proxy 'nginx disable' + ishmael ~ # bastille service proxy 'nginx delete'