Feature request #28586 (start_web/stop_web to use sudo if required) brings up that there are two viable commands for
executing remote commands: run and sudo. Vlads’ own recipes for apache use “run”, as does vlad-nginx.
I propose a new command :sudo_command, or that :sudo_cmd and :sudo_flags are to be replaced/merged. This will allow
users to configure their web command option to use sudo without patching the source files:
> set :web_command, "#{sudo_command} /path/to/web/server" |