It works now: 1. Create your /etc/scrapyd/scrapyd.conf, you can copy 000-default cp 000-default /etc/scrapyd/scrapyd.conf 2. Add user named scrapy; Change owner of scrapy related directory adduser --system --home /var/lib/scrapyd --gecos "scrapy" --no-create-home --disabled-password --quiet scrapy || true chown scrapy:nogroup /var/log/scrapyd /var/lib/scrapyd /var/lib/scrapyd/eggs /var/lib/scrapyd/dbs /var/lib/scrapyd/items 3. Create /etc/init.d/scrapyd cp scrapyd.init /etc/init.d/scrapyd Change 'DAEMON=/usr/bin/$NAME' -> '/YOUR_PATH_TO_scrapyd/$NAME'
> > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
