about summary refs log tree commit homepage
path: root/examples/public-inbox-watch.service
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-02-22 18:17:39 +0000
committerEric Wong <e@80x24.org>2023-02-22 21:36:20 +0000
commitf0e6740e67da446d462fc267d9be2e0bff0de9c4 (patch)
tree2e4c83735cab1d879cac38224fb6673d352c4bd3 /examples/public-inbox-watch.service
parentf2bb17a54f42a276b993b7dd49c06239141eafe4 (diff)
downloadpublic-inbox-f0e6740e67da446d462fc267d9be2e0bff0de9c4.tar.gz
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.
Diffstat (limited to 'examples/public-inbox-watch.service')
-rw-r--r--examples/public-inbox-watch.service2
1 files changed, 0 insertions, 2 deletions
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