From 3fbd2ea9989146ddd9cea459e9b23059dbaff90b 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:54 +0200 Subject: [PATCH] debian: remove obsolete standard error output config from systemd unit (#65101) --- debian/pfwb-archives-proxy.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/pfwb-archives-proxy.service b/debian/pfwb-archives-proxy.service index 95192b3..54ae7b4 100644 --- a/debian/pfwb-archives-proxy.service +++ b/debian/pfwb-archives-proxy.service @@ -1,6 +1,6 @@ [Unit] Description=PFWB Archives Proxy -After=network.target syslog.target +After=network.target [Service] Environment=PFWB_ARCHIVES_PROXY_SETTINGS_FILE=/usr/lib/%p/debian_config.py @@ -15,7 +15,6 @@ PrivateTmp=true Restart=on-failure RuntimeDirectory=pfwb-archives-proxy Type=notify -StandardError=syslog NotifyAccess=all [Install]