2026-04-03 14:38:38 +03:00
|
|
|
[Unit]
|
|
|
|
|
Description=ESP32 Recon — UDP Ingestor
|
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
|
|
|
|
WorkingDirectory=/opt/esp32_cluster/coordinator
|
2026-05-21 15:30:15 +03:00
|
|
|
ExecStart=/usr/bin/python3 -u udp_ingest.py
|
2026-04-03 14:38:38 +03:00
|
|
|
Restart=always
|
|
|
|
|
RestartSec=5
|
|
|
|
|
StandardOutput=journal
|
|
|
|
|
StandardError=journal
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|