Add more examples

Since FreeBSD 12.0 service(8) supports enable/disable/delete keywords. This also works with the 'bastille service' command.
This commit is contained in:
Lars E
2019-12-11 19:04:58 +01:00
committed by GitHub
parent 3f7573825d
commit ed60f9c409

View File

@@ -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'