summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoryshui <[email protected]>2019-08-23 01:11:17 +0100
committerBrian Behlendorf <[email protected]>2019-08-22 17:11:17 -0700
commit19d61d63faa359afee5b3d7eb233bb786bc0de1c (patch)
tree282f964ee663fa669c3fd0ea029c113554c49c16 /etc
parent31b548ffb91f1475f5154df9d26e8917e96f81fb (diff)
zfs-mount-genrator: dependencies should be space-separated
Reviewed-by: Antonio Russo <[email protected]> Reviewed-by: Richard Laager <[email protected]> Signed-off-by: Yuxuan Shui <[email protected]> Closes #9174
Diffstat (limited to 'etc')
-rwxr-xr-xetc/systemd/system-generators/zfs-mount-generator.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/systemd/system-generators/zfs-mount-generator.in b/etc/systemd/system-generators/zfs-mount-generator.in
index ae208c965..3e529cb67 100755
--- a/etc/systemd/system-generators/zfs-mount-generator.in
+++ b/etc/systemd/system-generators/zfs-mount-generator.in
@@ -215,7 +215,7 @@ EOF
fi
# Update the dependencies for the mount file to require the
# key-loading unit.
- wants="${wants},${keyloadunit}"
+ wants="${wants} ${keyloadunit}"
fi
# If the mountpoint has already been created, give it precedence.