[Unit] Description=Sample the reference workload to keep cost/eco scoring current Documentation=file:%h/llm-router/CLAUDE.md After=network-online.target Wants=network-online.target [Service] Type=oneshot WorkingDirectory=%h/llm-router EnvironmentFile=%h/llm-router/.env # Fewer samples per run than a manual sweep, because the point is coverage # across TIME rather than depth at one moment — see the timer. ExecStart=%h/llm-router/.venv/bin/python seed_energy.py --samples 3 NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=read-only ReadWritePaths=%h/llm-router