Skip to content

Commit

Permalink
systemd: set restart=always for zfs-zed.service
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Co-authored-by: Attila Fülöp <attila@fueloep.org>
Closes #14294
  • Loading branch information
gmelikov authored Dec 20, 2022
1 parent fb11b15 commit bd9dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/systemd/system/zfs-zed.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ConditionPathIsDirectory=/sys/module/zfs
[Service]
EnvironmentFile=-@initconfdir@/zfs
ExecStart=@sbindir@/zed -F
Restart=on-abort
Restart=always

[Install]
Alias=zed.service
Expand Down

0 comments on commit bd9dc5a

Please sign in to comment.