first commit

This commit is contained in:
Joakim Svensson
2026-04-26 17:20:58 +02:00
commit 42ba6feed4
13 changed files with 865 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
[Unit]
Description=APRS AGW Forwarder
After=network.target direwolf.service
Wants=direwolf.service
[Service]
Type=simple
User=joakim
WorkingDirectory=/home/joakim/heardlog/agw-forwarder
EnvironmentFile=/home/joakim/heardlog/.env
ExecStart=/usr/bin/python3 /home/joakim/heardlog/agw-forwarder/agw_forwarder.py
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target