-doc-all@FreeBSD.org> List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: allanjude X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 576760c7f430a413c805ca113c685b6f06a5026a Auto-Submitted: auto-generated Date: Mon, 04 May 2026 19:08:51 +0000 Message-Id: <69f8eec3.3c7cf.7e56066e@gitrepo.freebsd.org> The branch main has been updated by allanjude: URL: https://cgit.FreeBSD.org/doc/commit/?id=576760c7f430a413c805ca113c685b6f06a5026a commit 576760c7f430a413c805ca113c685b6f06a5026a Author: Allan Jude AuthorDate: 2026-05-04 19:07:38 +0000 Commit: Allan Jude CommitDate: 2026-05-04 19:07:38 +0000 Suggest using service enable instead of manually editing rc.conf Sponsored by: Klara, Inc. --- documentation/content/en/books/handbook/zfs/_index.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc index bd48735296..ebe2c16aa3 100644 --- a/documentation/content/en/books/handbook/zfs/_index.adoc +++ b/documentation/content/en/books/handbook/zfs/_index.adoc @@ -84,7 +84,14 @@ ZFS can also apply different properties to each file system. This makes it usefu == Quick Start Guide FreeBSD can mount ZFS pools and datasets during system initialization. -To enable it, add this line to [.filename]#/etc/rc.conf#: +To enable it, run: + +[source,shell] +.... +# service zfs enable +.... + +or add this line to [.filename]#/etc/rc.conf#: [.programlisting] ....