summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2019-08-13 14:00:31 -0700
committerLee Duncan <lduncan@suse.com>2019-08-13 14:00:31 -0700
commitb54df2645f98c798d24f082e0deae74841fdde7b (patch)
tree6f56f35f6262aa2abe3ae164c0cfbf632ada2cc4 /etc
parentd421bb7579e9780e117f3317d95952214f0f2381 (diff)
downloadopen-iscsi-b54df2645f98c798d24f082e0deae74841fdde7b.tar.gz
The iscsi login/logout service requires iscsid.
The iscsi.service systemd unit file, which controls iscsi logins and logouts, should be stopped if the iscsid service file is stopped.
Diffstat (limited to 'etc')
-rw-r--r--etc/systemd/iscsi.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/systemd/iscsi.service b/etc/systemd/iscsi.service
index e475888..5637525 100644
--- a/etc/systemd/iscsi.service
+++ b/etc/systemd/iscsi.service
@@ -5,6 +5,7 @@ Before=remote-fs.target
After=network.target network-online.target iscsid.service
Requires=iscsid.service
ConditionPathExists=/etc/iscsi/initiatorname.iscsi
+Requires=iscsid.service
[Service]
Type=oneshot