From c93a700a428cd532ef43ae88a5c097fa35bae249 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:55:04 +0100 Subject: [PATCH] fix standarderror --- conf/weblate.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/weblate.service b/conf/weblate.service index 6ffe8df..bf30598 100644 --- a/conf/weblate.service +++ b/conf/weblate.service @@ -22,7 +22,7 @@ ExecStart=/usr/bin/uwsgi \ Restart=on-failure KillSignal=SIGQUIT Type=notify -StandardError=syslog +StandardError=inherit NotifyAccess=all [Install]