git: 6ab40f7aa6 - main - handbook/jails: correct the usage of `service` in the jexec example
Maxim Konovalov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/doc/commit/?id=6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf commit 6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf Author: Maxim Konovalov <[email protected]> AuthorDate: 2024-04-13 18:42:34 +0000 Commit: Maxim Konovalov <[email protected]> CommitDate: 2024-04-13 18:42:34 +0000 handbook/jails: correct the usage of `service` in the jexec example PR: 278341 --- documentation/content/en/books/handbook/jails/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/jails/_index.adoc b/documentation/content/en/books/handbook/jails/_index.adoc index 5a4040e2d1..bf17248179 100644 --- a/documentation/content/en/books/handbook/jails/_index.adoc +++ b/documentation/content/en/books/handbook/jails/_index.adoc @@ -988,7 +988,7 @@ For example, to stop a service that is running inside a jail, the command will b [source,shell] .... -# jexec -l jailname service stop nginx +# jexec -l jailname service nginx stop .... [[jail-upgrading]]