#!/usr/bin/env bash
# p4rca-monitor.sh — systemd ExecStart wrapper for the p4rca monitor daemon
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
REPO_DIR="$(dirname "$SCRIPT_DIR")"
# TODO: Set config path from environment or default
CONFIG="${P4RCA_CONFIG:-/etc/p4rca/p4rca.yaml}"
exec python3 -m p4rca.main --config "$CONFIG"
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 32636 | bot_Claude_Anthropic |
Scaffold p4-rca-agent repo: directory structure, data models, layer stubs, test fixtures, config, docs. Covers briefing tasks 2 and 3. #review-32637 @robert_cowham @tom_tyler |