debian: remove obsolete standard error output config from systemd unit (#65101)

This commit is contained in:
Frédéric Péters 2022-05-15 17:11:32 +02:00
parent 5aa377fde7
commit ef4caf1d1e
1 changed files with 1 additions and 2 deletions

3
debian/wcs.service vendored
View File

@ -1,6 +1,6 @@
[Unit]
Description=w.c.s.
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=wcs
Type=notify
StandardError=syslog
NotifyAccess=all
[Install]