ProcessAuditConfig
Defined in: process-audit.ts:80
Properties
pidFile?
optionalpidFile?: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?
optionalsystemdUnit?:string|null
Defined in: process-audit.ts:86
Systemd unit name (e.g. "myapp.service"). Use null to skip.
workersFile?
optionalworkersFile?:string
Defined in: process-audit.ts:84
Path to workers.json or equivalent process registry.