From 445204dcdb385c603136a1f1e2a10e9e94999d88 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:55 +0200 Subject: [PATCH] debian: remove obsolete standard error output config from systemd unit (#65101) --- debian/zoo.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/zoo.service b/debian/zoo.service index 440e8b9..f24e2cf 100644 --- a/debian/zoo.service +++ b/debian/zoo.service @@ -1,6 +1,6 @@ [Unit] Description=Zoo -After=network.target syslog.target postgresql.service +After=network.target postgresql.service Wants=postgresql.service [Service] @@ -17,7 +17,6 @@ PrivateTmp=true Restart=on-failure RuntimeDirectory=zoo Type=notify -StandardError=syslog NotifyAccess=all [Install]