git: 6ab40f7aa6 - main - handbook/jails: correct the usage of `service` in the jexec example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Apr 2024 18:44:28 UTC
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/doc/commit/?id=6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf commit 6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf Author: Maxim Konovalov <maxim@FreeBSD.org> AuthorDate: 2024-04-13 18:42:34 +0000 Commit: Maxim Konovalov <maxim@FreeBSD.org> 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]]