Class: Percheron::Commands::Restart
- Defined in:
- lib/percheron/commands/restart.rb
Instance Method Summary collapse
Methods inherited from Abstract
#config, default_parameters!, #runit, #stack
Instance Method Details
#execute ⇒ Object
7 8 9 10 |
# File 'lib/percheron/commands/restart.rb', line 7 def execute super runit { stack.restart!(unit_names: unit_names) } end |