diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2010-06-16 12:19:44 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2010-06-16 12:19:44 +0000 |
commit | fd6f66ca788471a9446350261d7bd1b48af94388 (patch) | |
tree | 138ae7b14b43d295ff9605964d067df38f72de84 /main/open-iscsi/iscsid.confd | |
parent | b0825c6fc161b4791934185ee28a681462adb6f7 (diff) | |
download | aports-fd6f66ca788471a9446350261d7bd1b48af94388.tar.bz2 aports-fd6f66ca788471a9446350261d7bd1b48af94388.tar.xz |
main/open-iscsi*: moved to main
Diffstat (limited to 'main/open-iscsi/iscsid.confd')
-rw-r--r-- | main/open-iscsi/iscsid.confd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/open-iscsi/iscsid.confd b/main/open-iscsi/iscsid.confd new file mode 100644 index 0000000000..1c4cc40542 --- /dev/null +++ b/main/open-iscsi/iscsid.confd @@ -0,0 +1,13 @@ +# /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" |