From 0792b78f2289605760f81876ed6f204df56c43f0 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Thu, 18 Jan 2018 10:58:24 -0800 Subject: 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. --- etc/iscsid.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'etc') 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". -- cgit v1.2.1