more fixes for graywolf

This commit is contained in:
David Young
2026-05-30 07:03:56 -06:00
parent cf3e3ab8db
commit 723f1eee34
2 changed files with 16 additions and 1 deletions

15
systemd/graywolf.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=Graywolf APRS radio transceiver and gateway
Documentation=https://github.com/chrissnell/graywolf
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=HAMPACK_USER
ExecStart=HAMPACK_HOME/.local/bin/graywolf -config HAMPACK_HOME/.local/share/graywolf/graywolf.db -history-db HAMPACK_HOME/.local/share/graywolf/graywolf-history.db -tile-cache-dir HAMPACK_HOME/.local/share/graywolf/tiles -modem HAMPACK_HOME/.local/bin/graywolf-modem -http 0.0.0.0:8080
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target