struct
Obsctl::Config::ServerConfig
- Obsctl::Config::ServerConfig
- Struct
- Value
- Object
Overview
Local daemon options that affect server IPC and lifecycle behavior.
Defined in:
obsctl/config/config.crConstructors
Instance Method Summary
- #allow_remote_shutdown : Bool
- #clone
- #copy_with(socket_path _socket_path = @socket_path, pid_file _pid_file = @pid_file, allow_remote_shutdown _allow_remote_shutdown = @allow_remote_shutdown, start_embedded_if_missing _start_embedded_if_missing = @start_embedded_if_missing)
- #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)
#
Instance Method Detail
def copy_with(socket_path _socket_path = @socket_path, pid_file _pid_file = @pid_file, allow_remote_shutdown _allow_remote_shutdown = @allow_remote_shutdown, start_embedded_if_missing _start_embedded_if_missing = @start_embedded_if_missing)
#