diff --git a/Birders_Guide_Installer_Configuration.txt b/Birders_Guide_Installer_Configuration.txt index ad5e960..3521e13 100644 --- a/Birders_Guide_Installer_Configuration.txt +++ b/Birders_Guide_Installer_Configuration.txt @@ -24,10 +24,10 @@ # Example: these coordinates would indicate the Eiffel Tower in Paris, France. #LATITUDE=48.858 #LONGITUDE=2.294 -LATITUDE= -LONGITUDE= -CADDY_PWD= -ICE_PWD= +LATITUDE=35.311 +LONGITUDE=-80.749 +CADDY_PWD=caddypaddy +ICE_PWD=icepaddy # This section can be left alone. If you setup a Pushed.co # mobile application, you can enter the App secret and secret diff --git a/scripts/install_services.sh b/scripts/install_services.sh index aa42b1e..f1881e4 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -277,7 +277,7 @@ RestartSec=3 Type=simple User=${USER} Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty -p 8080 --title-format "BirdNET-Lite Log" tmux new -A -s birdlog journalctl -fu birdnet_analysis.service +ExecStart=/usr/local/bin/gotty -p 8080 --title-format "BirdNET-Lite Log" journalctl -fu birdnet_analysis.service [Install] WantedBy=multi-user.target @@ -294,7 +294,7 @@ RestartSec=3 Type=simple User=${USER} Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty -p 8888 --title-format "Extractions Log" tmux new -A -s extractionlog journalctl -fu extraction.service +ExecStart=/usr/local/bin/gotty -p 8888 --title-format "Extractions Log" journalctl -fu extraction.service [Install] WantedBy=multi-user.target