I am following this guide, and I am at the step where I attempt to do cap deploy:cold
. I get the following error:
** [out :: vm.cloudapp.net] env: /etc/init.d/unicorn_app
** [out :: vm.cloudapp.net] : No such file or directory
command finished in 257ms
failed: "sh -c 'service unicorn_app start'" on vm.cloudapp.net
cap deploy:setup
worked without any errors. That file also exists. Is there any reason why I am unable to start the service? I tried doing sudo service unicorn_app start
, but I get the same error.