Date: Sat, 13 Apr 2024 18:44:28 GMT From: Maxim Konovalov <maxim@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 6ab40f7aa6 - main - handbook/jails: correct the usage of `service` in the jexec example Message-ID: <202404131844.43DIiSx6071385@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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]]help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404131844.43DIiSx6071385>
