From: Fred Herard <[email protected]> This change adds Restart=always systemd service option to iscsid.service config file so that iscsid daemon is always restarted. This is particularly useful when using iscsi boot device and iscsid daemon crashes or is inadvertently killed. --- etc/systemd/iscsid.service | 1 + 1 file changed, 1 insertion(+)
diff --git a/etc/systemd/iscsid.service b/etc/systemd/iscsid.service index f5e8979..e22b372 100644 --- a/etc/systemd/iscsid.service +++ b/etc/systemd/iscsid.service @@ -10,6 +10,7 @@ Type=notify NotifyAccess=main ExecStart=/sbin/iscsid -f KillMode=mixed +Restart=always [Install] WantedBy=multi-user.target -- 1.8.3.1 -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
