Merge pull request #81 from bsdlme/patch-1

Add more examples to service documentation
This commit is contained in:
Christer Edwards
2019-12-12 20:39:34 -08:00
committed by GitHub

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'