capistrano-plugins / capistrano-unicorn-nginx

Capistrano tasks for automatic and sensible unicorn + nginx configuration
MIT License
175 stars 81 forks source link

Call service with sudo #37

Closed vforvova closed 9 years ago

vforvova commented 9 years ago

Hi, @bruno- ! I'm not as competent in deployment as I want to be and this fix may not work in some cases, but I can't use service without sudo or unicorn_initd_file function calling. I will be glad if you would help me to make this commit better. This pull request can also may be related to issues #8 and #31.

Salet commented 9 years ago

Hi @bruno- Don't want to rush you, but is there any chance this gets merged soon? That would fasten up deploys a little for me :)

ZJvandeWeg commented 9 years ago

+1. Solved my issue; thanks.

vforvova commented 9 years ago

Look pr #66 . Close this pr because of it.

thmsobrmlr commented 9 years ago

This was also necessary for me on Debian Jessie, as service is only available to root there.

Duplicate PRs: #55, #60, #66, #73 Related issues: #53

@bruno- / @rhomeister