Method: Capistrano::Puma::Systemd#execute_systemd
- Defined in:
- lib/capistrano/puma/systemd.rb
#execute_systemd(*args) ⇒ Object
56 57 58 |
# File 'lib/capistrano/puma/systemd.rb', line 56 def execute_systemd(*args) sudo_if_needed(*systemd_command(*args)) end |