first commit
This commit is contained in:
18
agw-forwarder/agw-forwarder.service
Normal file
18
agw-forwarder/agw-forwarder.service
Normal 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
|
||||
Reference in New Issue
Block a user