git: 576760c7f4 - main - Suggest using service enable instead of manually editing rc.conf

From: Allan Jude <allanjude_at_FreeBSD.org>
Date: Mon, 04 May 2026 19:08:51 UTC
The branch main has been updated by allanjude:

URL: https://cgit.FreeBSD.org/doc/commit/?id=576760c7f430a413c805ca113c685b6f06a5026a

commit 576760c7f430a413c805ca113c685b6f06a5026a
Author:     Allan Jude <allanjude@FreeBSD.org>
AuthorDate: 2026-05-04 19:07:38 +0000
Commit:     Allan Jude <allanjude@FreeBSD.org>
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]
 ....