From 32cc7cdb60c9a63021d51e3a52956f575b19ee13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 2 Aug 2022 10:01:52 +0200 Subject: [PATCH] debian: remove obsolete standard error output config from systemd unit (#65101) --- debian/combo.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/combo.service b/debian/combo.service index b778bd39..c111b088 100644 --- a/debian/combo.service +++ b/debian/combo.service @@ -1,6 +1,6 @@ [Unit] Description=Combo -After=network.target syslog.target postgresql.service +After=network.target postgresql.service Wants=postgresql.service [Service] @@ -19,7 +19,6 @@ PrivateTmp=true Restart=on-failure RuntimeDirectory=combo Type=notify -StandardError=syslog NotifyAccess=all [Install]