Sha256: 5902899d994e879f7e1562e10fce31a543dd53db7269f69a4563356a5c73f732

Contents?: true

Size: 205 Bytes

Versions: 2

Compression:

Stored size: 205 Bytes

Contents

module Percheron
  module Commands
    class Start < Abstract

      default_parameters!

      def execute
        super
        runit { stack.start!(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/start.rb
percheron-0.8.0 lib/percheron/commands/start.rb