summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2018-01-18 10:58:24 -0800
committerLee Duncan <lduncan@suse.com>2018-01-18 10:58:24 -0800
commit0792b78f2289605760f81876ed6f204df56c43f0 (patch)
tree7ed179e19d0843591bf110c54c58131cf8c844c4 /etc
parent3ea6eb8622aa570b1c6abc6f73c9dc5c936c4461 (diff)
downloadopen-iscsi-0792b78f2289605760f81876ed6f204df56c43f0.tar.gz
Update iscsid.conf attribute iscsid.startup.
The comments for this attribute were outdated. In general, with systemd, we do not want to manually start the iscsid daemon ourselves.
Diffstat (limited to 'etc')
-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".