diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2026-05-04 19:07:38 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2026-05-04 19:07:38 +0000 |
| commit | 576760c7f430a413c805ca113c685b6f06a5026a (patch) | |
| tree | 5c65450eb3688cf9faacb75b57eca446b2141ab0 | |
| parent | 649a3ac48c87e8ae675beb5b7d9d279b26d68883 (diff) | |
Suggest using service enable instead of manually editing rc.conf
Sponsored by: Klara, Inc.
| -rw-r--r-- | documentation/content/en/books/handbook/zfs/_index.adoc | 9 |
1 files changed, 8 insertions, 1 deletions
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] .... |
