more fixes for graywolf
This commit is contained in:
15
systemd/graywolf.service
Normal file
15
systemd/graywolf.service
Normal 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
|
||||
Reference in New Issue
Block a user