1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

Suggest using service enable instead of manually editing rc.conf

Sponsored by: Klara, Inc.
This commit is contained in:
Allan Jude
2026-05-04 19:07:38 +00:00
parent 649a3ac48c
commit 576760c7f4
@@ -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]
....