Sha256: 65636dbbf457690a1037b05e6c3c663c2e8928ad0065fdf9f2ee7f0ea6385d04
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
module Percheron module Commands class Stop < Abstract default_parameters! def execute super runit { stack.stop!(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/stop.rb |
percheron-0.8.0 | lib/percheron/commands/stop.rb |