From 1300ef7901e78981f329cef33a9ee01538965a73 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:53 +0200 Subject: [PATCH] debian: remove obsolete standard error output config from systemd unit (#65101) --- debian/hobo.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/hobo.service b/debian/hobo.service index cc018b8..77da8e2 100644 --- a/debian/hobo.service +++ b/debian/hobo.service @@ -1,6 +1,6 @@ [Unit] Description=Hobo -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=hobo Type=notify -StandardError=syslog NotifyAccess=all [Install]