34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 98fdf1c88fd8c42eb1fa3e0df98d6f217b74b5f6 Mon Sep 17 00:00:00 2001
|
|
From: Antonio Russo <antonio.e.russo@gmail.com>
|
|
Date: Mon, 18 Dec 2017 12:43:55 -0500
|
|
Subject: [PATCH 4/4] Enable zfs-import.target in systemd preset (#6968)
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Cherry picked line from PR #6822, this enables the new
|
|
target introduced in PR #6764.
|
|
|
|
Signed-off-by: Antonio Russo <antonio.e.russo@gmail.com>
|
|
(cherry picked from commit da16fc5739b1962b3d357246938d2df06d6a1075)
|
|
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
|
---
|
|
etc/systemd/system/50-zfs.preset.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/etc/systemd/system/50-zfs.preset.in b/etc/systemd/system/50-zfs.preset.in
|
|
index 4d82778e3..884a69b5b 100644
|
|
--- a/etc/systemd/system/50-zfs.preset.in
|
|
+++ b/etc/systemd/system/50-zfs.preset.in
|
|
@@ -1,6 +1,7 @@
|
|
# ZFS is enabled by default
|
|
enable zfs-import-cache.service
|
|
disable zfs-import-scan.service
|
|
+enable zfs-import.target
|
|
enable zfs-mount.service
|
|
enable zfs-share.service
|
|
enable zfs-zed.service
|
|
--
|
|
2.14.2
|
|
|