class Spirit::Process

Defined in:

spirit/process.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, exec : String, config_file : String) #

[View source]

Class Method Detail

def self.new_from_file(file) #

[View source]

Instance Method Detail

def exec : String #

[View source]
def name : String #

[View source]
def pid #

[View source]
def respawns : Int32 #

[View source]
def restart #

[View source]
def run(&) #

[View source]
def stale? #

[View source]
def start #

[View source]
def state : String #

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

[View source]
def stop #

[View source]
def uptime #

[View source]
def wait #

[View source]
def working_directory : String #

[View source]