From 1250edcdfcf5bb4bbccbfa279db69b6401f2db28 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/chrono.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/chrono.service b/debian/chrono.service index f8cb16b5..a7b48b56 100644 --- a/debian/chrono.service +++ b/debian/chrono.service @@ -1,6 +1,6 @@ [Unit] Description=Chrono -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=chrono Type=notify -StandardError=syslog NotifyAccess=all [Install]