From b54df2645f98c798d24f082e0deae74841fdde7b Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 13 Aug 2019 14:00:31 -0700 Subject: 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. --- etc/systemd/iscsi.service | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 -- cgit v1.2.1