Torsten Kurbad
3fa41419f2
git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@14278 cbe59ace-07ea-0310-918e-868702b5370d
14 lines
314 B
D
14 lines
314 B
D
# /etc/conf.d/iscsid
|
|
|
|
# config file to use
|
|
CONFIG_FILE=/etc/iscsi/iscsid.conf
|
|
|
|
# you need to specify an initiatorname in the file
|
|
INITIATORNAME_FILE=/etc/iscsi/initiatorname.iscsi
|
|
|
|
# options to pass to iscsid
|
|
OPTS="-i ${INITIATORNAME_FILE}"
|
|
|
|
# Start automatic targets when iscsid is started
|
|
AUTOSTARTTARGETS="yes"
|