Skip to content

Commit

Permalink
Add back default file sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronNemo committed Jul 28, 2014
1 parent d130770 commit dad253b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/scrapyd.upstart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ stop on runlevel [016] or unmounting-filesystem

chdir /var/lib/scrapyd

exec /usr/bin/scrapyd -u scrapy -g nogroup -l /var/log/scrapyd/scrapyd.log
script
[ -r /etc/default/scrapyd ] && . /etc/default/scrapyd
exec /usr/bin/scrapyd -u scrapy -g nogroup -l /var/log/scrapyd/scrapyd.log
end script

0 comments on commit dad253b

Please sign in to comment.