From f0e6740e67da446d462fc267d9be2e0bff0de9c4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 22 Feb 2023 18:17:39 +0000 Subject: examples: remove `Standard{Error,Output} = syslog' lines systemd (247.3-7+deb11u1 on Debian 11.x) considers them "obsolete" and emits the following to my syslog: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. So we'll remove it altogether, as I'm sticking with rsyslog for now. --- examples/public-inbox-httpd@.service | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/public-inbox-httpd@.service') diff --git a/examples/public-inbox-httpd@.service b/examples/public-inbox-httpd@.service index 73731533..a56f6f81 100644 --- a/examples/public-inbox-httpd@.service +++ b/examples/public-inbox-httpd@.service @@ -25,7 +25,6 @@ LimitNOFILE = 30000 ExecStartPre = /bin/mkdir -p -m 1777 /tmp/.pub-inline ExecStart = /usr/local/bin/public-inbox-httpd \ -1 /var/log/public-inbox/httpd.out.log -StandardError = syslog # NonBlocking is REQUIRED to avoid a race condition if running # simultaneous services -- cgit v1.2.3-24-ge0c7