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-watch.service | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/public-inbox-watch.service') diff --git a/examples/public-inbox-watch.service b/examples/public-inbox-watch.service index abb41469..0e4860f7 100644 --- a/examples/public-inbox-watch.service +++ b/examples/public-inbox-watch.service @@ -9,8 +9,6 @@ Environment = PI_CONFIG=/home/pi/.public-inbox/config \ PATH=/usr/local/bin:/usr/bin:/bin ExecStart = /usr/local/bin/public-inbox-watch -StandardOutput = syslog -StandardError = syslog ExecReload = /bin/kill -HUP $MAINPID # this user must have read access to Maildirs it watches User = pi -- cgit v1.2.3-24-ge0c7