diff --git a/ui/webui/webui-desktop b/ui/webui/webui-desktop index 9f0679b83cd..1acdd09f6e9 100755 --- a/ui/webui/webui-desktop +++ b/ui/webui/webui-desktop @@ -99,7 +99,7 @@ fi # disable /etc/cockpit/ XDG_CONFIG_DIRS="$BROWSER_HOME" COCKPIT_SUPERUSER="pkexec" /usr/libexec/cockpit-ws -p 80 -a "$WEBUI_ADDRESS" --no-tls --local-session=cockpit-bridge & WS_PID=$! -exec 1>&2 +exec > >(systemd-cat -t anaconda) 2>&1 # Cleanup function cleanup() {