I would like to start scrapyd as service but when I start
scrapyd
, if I close the SSH session the service scrapyd close automatically.When I try to start as service like this I have an error :
root@vps:~# service scrapyd start scrapyd: Failed to start scrapyd.service: Unit scrapyd.service failed to load: No such file or directory.
And when i try to start
daemon scrapyd
the CURL request return :{"status": "error", "message": "Use \"scrapy\" to see available commands", "node_name": "vps"}
Can someone help me to start my scrapyd as service please !