Sha256: 576f7e3e01cb1d8128826b1d539639d0b86fe28aff8be1f12f0b3c37646a9681

Contents?: true

Size: 209 Bytes

Versions: 2

Compression:

Stored size: 209 Bytes

Contents

module Percheron
  module Commands
    class Restart < Abstract

      default_parameters!

      def execute
        super
        runit { stack.restart!(unit_names: unit_names) }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
percheron-0.8.1 lib/percheron/commands/restart.rb
percheron-0.8.0 lib/percheron/commands/restart.rb