removed tmux from gotty logs but kept on birdstats page

(tmux prevents scrolling, which essential when reviewing the logs)
This commit is contained in:
Patrick McGuire
2021-10-04 13:52:21 -04:00
parent 55f3c12302
commit 7d2093aef7
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -24,10 +24,10 @@
# Example: these coordinates would indicate the Eiffel Tower in Paris, France. # Example: these coordinates would indicate the Eiffel Tower in Paris, France.
#LATITUDE=48.858 #LATITUDE=48.858
#LONGITUDE=2.294 #LONGITUDE=2.294
LATITUDE= LATITUDE=35.311
LONGITUDE= LONGITUDE=-80.749
CADDY_PWD= CADDY_PWD=caddypaddy
ICE_PWD= ICE_PWD=icepaddy
# This section can be left alone. If you setup a Pushed.co # This section can be left alone. If you setup a Pushed.co
# mobile application, you can enter the App secret and secret # mobile application, you can enter the App secret and secret
+2 -2
View File
@@ -277,7 +277,7 @@ RestartSec=3
Type=simple Type=simple
User=${USER} User=${USER}
Environment=TERM=xterm-256color 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] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
@@ -294,7 +294,7 @@ RestartSec=3
Type=simple Type=simple
User=${USER} User=${USER}
Environment=TERM=xterm-256color 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] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target