summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Duncan <leeman.duncan@gmail.com>2019-03-14 09:50:15 -0700
committerGitHub <noreply@github.com>2019-03-14 09:50:15 -0700
commiteea99b8d6928997827de49e9e767936e0f79564e (patch)
tree26d97235dafc0a5586c1e69a6cff456efac438df
parent3ed3339cb5f3b1ddefa3c626b8869adee5a6f729 (diff)
parente772fc6965f1637f42af49d09ec8a72e3cf1d174 (diff)
downloadopen-iscsi-eea99b8d6928997827de49e9e767936e0f79564e.tar.gz
Merge pull request #160 from fredvx/patch-1
Add Restart=on-failure option to iscsid.service
-rw-r--r--etc/systemd/iscsid.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/systemd/iscsid.service b/etc/systemd/iscsid.service
index f5e8979..4fef168 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=on-failure
[Install]
WantedBy=multi-user.target