0
votes
Capistrano + thin + nginx with user not allowed to sudo howto?
This might not be what you want, but you can actually do something like this in your sudoers file:
someuser ALL=NOPASSWD: /etc/init.d/apache2
that lets someuser ru …
