Client


Description:

public Client (string data_dir, string pid, string socket, bool debug = true, bool pass_data_dir = false)

Parameters:

data_dir

Root directory for daemon DB, socket, and pid file

pid

Basename of the pid file within data_dir (e.g.

ollmfilesd.pid
)

socket

Basename of the Unix socket within data_dir (e.g.

ollmfilesd.sock
); Client.socket property stores the full connect path

debug

When true (default), Client.connect forwards to ClientBoot and spawn passes

--debug
to
ollmfilesd

pass_data_dir

When true, spawn passes

--data-dir=data_dir
; vector test CLIs only