From f1110274a2d61d64428e199eeae05889ccaaef53 Mon Sep 17 00:00:00 2001 From: Mo Zhou Date: Fri, 1 Nov 2019 16:19:20 +0800 Subject: [PATCH] Add a notice in /etc/defaults/zfs for systemd users. Signed-off-by: Mo Zhou --- etc/init.d/zfs.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/init.d/zfs.in b/etc/init.d/zfs.in index d4ad1beaaa27..42fc1161c725 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.