class Perus::Pinger::UpstartStart

Public Instance Methods

run() click to toggle source
# File lib/perus/pinger/commands/upstart_start.rb, line 7
def run
    result = shell("sudo start #{options.job}")
    true # shell will capture any errors
end