From c98cd4dad7cee60b3a5220330e327f6f5672c67a Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Fri, 11 Feb 2022 13:49:38 -0500 Subject: [PATCH] removing unneeded hostname in journalctl logs --- scripts/install_services.sh | 2 +- scripts/update_services.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index fcdfb68..30c0cbd 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -418,7 +418,7 @@ RestartSec=3 Type=simple User=${USER} Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty -p 8080 --title-format "BirdNET-Pi Log" journalctl -o short -fu birdnet_server.service -u birdnet_analysis.service +ExecStart=/usr/local/bin/gotty -p 8080 --title-format "BirdNET-Pi Log" journalctl --no-hostname -o short -fu birdnet_server.service -u birdnet_analysis.service [Install] WantedBy=multi-user.target EOF diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 9977b62..505b85d 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -411,7 +411,7 @@ RestartSec=3 Type=simple User=${USER} Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty -p 8080 --title-format "BirdNET-Pi Log" journalctl -o short -fu birdnet_server.service -u birdnet_analysis.service +ExecStart=/usr/local/bin/gotty -p 8080 --title-format "BirdNET-Pi Log" journalctl --no-hostname -o short -fu birdnet_server.service -u birdnet_analysis.service [Install] WantedBy=multi-user.target