From c1c263b61d640cebf0f1f68a88d04b6ebc3f89ac 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/fargo.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/fargo.service b/debian/fargo.service index 35657a5..2c33a2b 100644 --- a/debian/fargo.service +++ b/debian/fargo.service @@ -1,6 +1,6 @@ [Unit] Description=Fargo -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=fargo Type=notify -StandardError=syslog NotifyAccess=all [Install]