Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 19:08:51 +0000
Message-ID:  <69f8eec3.3c7cf.7e56066e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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]
 ....


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f8eec3.3c7cf.7e56066e>