From ef4caf1d1e4db07565594150bf70bb4337bbb2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 15 May 2022 17:11:32 +0200 Subject: [PATCH] debian: remove obsolete standard error output config from systemd unit (#65101) --- debian/wcs.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/wcs.service b/debian/wcs.service index d1ca1688a..492379a25 100644 --- a/debian/wcs.service +++ b/debian/wcs.service @@ -1,6 +1,6 @@ [Unit] Description=w.c.s. -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=wcs Type=notify -StandardError=syslog NotifyAccess=all [Install]