ClientBoot


Description:

public ClientBoot (string data_dir = "", string pid = "", string socket_name = "", bool debug = true, bool pass_data_dir = false)

Parameters:

data_dir

Directory root for daemon DB, socket, and pid file. Empty lets Client.connect copy from the client.

pid

Basename of the pid file within data_dir, or the full pid path when data_dir is empty

socket_name

Basename of the Unix socket within data_dir, or the full connect path when data_dir is empty

debug

When true (default), spawn passes --debug to ollmfilesd; listed before pass_data_dir because most callers rely on the default

pass_data_dir

When true, spawn passes --data-dir=data_dir; default false — out-of-band vector testing only