Some checks failed
CI / fmt (pull_request) Successful in 1m22s
CI / clippy (pull_request) Successful in 3m46s
CI / test (1.85) (pull_request) Failing after 8m22s
CI / test (stable) (pull_request) Failing after 8m25s
CI / deny (pull_request) Failing after 1m24s
CI / sim-bench (stable) (pull_request) Failing after 11m2s
CI / image-build (4 images) (pull_request) Has been skipped
CI / smoke (all-in-one TLS sim call) (pull_request) Has been skipped
CI / smoke (T2 compose four-service) (pull_request) Has been skipped
CI / smoke (caddy reload during live call, zero drops) (pull_request) Has been skipped
CI / twilio-live (manual only) (pull_request) Has been skipped
Co-authored-by: Aaron D. Lee <himself@adlee.work> Co-committed-by: Aaron D. Lee <himself@adlee.work>
8 lines
388 B
Plaintext
Executable File
8 lines
388 B
Plaintext
Executable File
#!/command/execlineb -P
|
|
# s6-rc service: rutster — the FOB. Runs the rutster binary (axum + media
|
|
# thread + trunk WS + /metrics). Reads its env from the container env
|
|
# directly (s6-overlay v3 inherits container env via s6-overlay-envdir —
|
|
# this slice relies on the container env for simplicity; the per-service
|
|
# env files are a future hardening step).
|
|
exec /usr/local/bin/rutster
|