From d72e0047157cc3bc255254c9410ba57c1aef3d03 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 20 Dec 2022 03:08:15 +0300 Subject: [PATCH] systemd: set restart=always for zfs-zed.service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Richard Laager Reviewed-by: Brian Behlendorf Signed-off-by: George Melikov Co-authored-by: Attila Fülöp Closes #14294 --- etc/systemd/system/zfs-zed.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/zfs-zed.service.in b/etc/systemd/system/zfs-zed.service.in index 008075138..be80025a4 100644 --- a/etc/systemd/system/zfs-zed.service.in +++ b/etc/systemd/system/zfs-zed.service.in @@ -5,7 +5,7 @@ ConditionPathIsDirectory=/sys/module/zfs [Service] ExecStart=@sbindir@/zed -F -Restart=on-abort +Restart=always [Install] Alias=zed.service