Skip to main content

ProcessAuditConfig

Defined in: process-audit.ts:80

Properties

pidFile?

optional pidFile?: string

Defined in: process-audit.ts:82

Path to the PID file (e.g. /home/user/.myapp/data/app.pid).


processName

processName: string

Defined in: process-audit.ts:88

Process name to match in pgrep -a and /proc/cmdline (e.g. "alfred", "myagent").


systemdUnit?

optional systemdUnit?: string | null

Defined in: process-audit.ts:86

Systemd unit name (e.g. "myapp.service"). Use null to skip.


workersFile?

optional workersFile?: string

Defined in: process-audit.ts:84

Path to workers.json or equivalent process registry.