19 lines
379 B
Desktop File
19 lines
379 B
Desktop File
[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
|