class Perus::Pinger::ServiceStart

Public Instance Methods

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