16 lines
570 B
Desktop File
16 lines
570 B
Desktop File
[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
|