abstract class Service::Config

Direct Known Subclasses

Defined in:

service/config.cr

Instance Method Summary

Instance Method Detail

def after : Set(String) #

[View source]
def after=(after : Set(String)) #

[View source]
abstract def build(io : IO) #

[View source]
def build_env_vars : String #

[View source]
def build_env_vars(io) #

[View source]
def command : String? #

[View source]
def command=(command : String?) #

[View source]
def description : String? #

[View source]
def description=(description : String?) #

[View source]
def directory : String? #

[View source]
def directory=(directory : String?) #

[View source]
def env_vars : Hash(String, String) #

[View source]
def env_vars=(env_vars : Hash(String, String)) #

[View source]
def group : String? #

[View source]
def group=(group : String?) #

[View source]
def log_error : String? #

[View source]
def log_error=(log_error : String?) #

[View source]
def log_output : String? #

[View source]
def log_output=(log_output : String?) #

[View source]
def parse_env_vars(env_vars : String) #

[View source]
def reload_signal : String? #

[View source]
def reload_signal=(reload_signal : String?) #

[View source]
def restart_delay : UInt32? #

[View source]
def restart_delay=(restart_delay : UInt32?) #

[View source]
def umask : String? #

[View source]
def umask=(umask : String?) #

[View source]
def user : String? #

[View source]
def user=(user : String?) #

[View source]
def want : Set(String) #

[View source]
def want=(want : Set(String)) #

[View source]