struct ServiceManager::Service

Included Modules

Defined in:

service_manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def args=(args : Array(String)) #

[View source]
def auto_restart=(auto_restart : Bool) #

[View source]
def auto_restart? : Bool #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def pid : Int32 #

[View source]
def pid=(pid : Int32) #

[View source]
def restart=(restart : Bool) #

[View source]
def restart? : Bool #

[View source]
def signal : Int32 #

[View source]
def signal=(signal : Int32) #

[View source]