From 8754076a4b98ef3ca808e461174bc5c46dc26a37 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:51 +0200 Subject: [PATCH] debian: remove obsolete standard error output config from systemd unit (#65101) --- debian/bijoe.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/bijoe.service b/debian/bijoe.service index 5e0120e..bdb5b5c 100644 --- a/debian/bijoe.service +++ b/debian/bijoe.service @@ -1,6 +1,6 @@ [Unit] Description=BiJoe -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=bijoe Type=notify -StandardError=syslog NotifyAccess=all [Install]