aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorM. Zhou <[email protected]>2019-11-06 19:36:33 +0000
committerBrian Behlendorf <[email protected]>2019-11-06 11:36:33 -0800
commit734de7ced12f376e8f07ad8cec3ccc1abf9779b1 (patch)
treeeb3d59f1b660d46592ff9d99efea044c1fa0cd02 /etc
parent4254e407294b211f3399da2ee131b45fe9f4ac80 (diff)
Add a notice in /etc/defaults/zfs for systemd users
Some systemd users may want to change configurations in /etc/defaults/zfs, but these settings won't affect systemd services. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Mo Zhou <[email protected]> Closes #9544
Diffstat (limited to 'etc')
-rw-r--r--etc/init.d/zfs.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/init.d/zfs.in b/etc/init.d/zfs.in
index d4ad1beaa..42fc1161c 100644
--- a/etc/init.d/zfs.in
+++ b/etc/init.d/zfs.in
@@ -1,5 +1,11 @@
# ZoL userland configuration.
+# NOTE: This file is intended for sysv init and initramfs.
+# Changing some of these settings may not make any difference on
+# systemd-based setup, e.g. setting ZFS_MOUNT=no will not prevent systemd
+# from launching zfs-mount.service during boot.
+# See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901436
+
# To enable a boolean setting, set it to yes, on, true, or 1.
# Anything else will be interpreted as unset.