summaryrefslogtreecommitdiff
path: root/etc/iscsid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/iscsid.conf')
-rw-r--r--etc/iscsid.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index cb77a77..fee1148 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -10,17 +10,19 @@
######################
# iscsid daemon config
######################
+#
# If you want iscsid to start the first time an iscsi tool
# needs to access it, instead of starting it when the init
# scripts run, set the iscsid startup command here. This
# should normally only need to be done by distro package
-# maintainers.
+# maintainers. If you leave the iscsid daemon running all
+# the time then leave this attribute commented out.
#
# Default for Fedora and RHEL. (uncomment to activate).
-# iscsid.startup = /etc/rc.d/init.d/iscsid force-start
+# iscsid.startup = /bin/systemctl start iscsid.socket iscsiuio.soccket
#
-# Default for upstream open-iscsi scripts (uncomment to activate).
-iscsid.startup = /sbin/iscsid
+# Default if you are not using systemd (uncomment to activate)
+# iscsid.startup = /usr/bin/service start iscsid
# Check for active mounts on devices reachable through a session
# and refuse to logout if there are any. Defaults to "No".