struct
Obsctl::Config::ServerConfig
- Obsctl::Config::ServerConfig
- Struct
- Value
- Object
Overview
Local daemon options that affect server IPC and lifecycle behavior.
Included Modules
- YAML::Serializable
Defined in:
obsctl/config/config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(socket_path : String | Nil = nil, pid_file : String | Nil = nil, allow_remote_shutdown : Bool = false, start_embedded_if_missing : Bool = true)
Instance Method Summary
- #allow_remote_shutdown : Bool
- #pid_file : String | Nil
- #socket_path : String | Nil
- #start_embedded_if_missing : Bool
Constructor Detail
def self.new(socket_path : String | Nil = nil, pid_file : String | Nil = nil, allow_remote_shutdown : Bool = false, start_embedded_if_missing : Bool = true)
#