removed tmux from gotty logs but kept on birdstats page
(tmux prevents scrolling, which essential when reviewing the logs)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user