# Chatlytics Guardian — rate-limiting safety engine for WAHA sessions # DO NOT CONFUSE with openclaw-guardian.service (bash watchdog for gateway health) # Phase 71 (GMOD-04): This is the Node.js rate-limiter Guardian, not the bash watchdog. [Unit] Description=Chatlytics Guardian — WhatsApp session safety engine After=network-online.target Wants=network-online.target [Service] Type=simple WorkingDirectory=/home/omer/.openclaw/extensions/waha ExecStart=/usr/bin/node --experimental-strip-types src/modules/guardian/guardian-service.ts Restart=on-failure RestartSec=10 Environment=GUARDIAN_CONFIG_PATH=/home/omer/.openclaw/guardian-config.json [Install] WantedBy=default.target