systemd service so it starts with the host and automatically recovers from process failures.
Create the service unit
Create:Enable and start
Follow service logs
Automatic recovery
The recommended service settings are:systemd to restart the daemon after a process failure without creating an immediate tight restart loop.
Operational features
The relay is designed for continuous operation and includes:- Fetch checkpointing
- Send retry/recovery
- Backfill
- Separate alert and case destinations
Operational tips
- Keep
Restart=on-failureenabled for automatic process recovery. - Use
--debugonly when troubleshooting. - Verify TCP reachability from the relay host to every configured destination.
- Use separate alert and case listeners when the downstream workflows differ.
- After editing the unit file, always run
systemctl daemon-reloadbefore restarting the service.
Configuration
Review stream requirements and available options.
Troubleshooting
Diagnose configuration and delivery problems.