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

This commit is contained in:
Frédéric Péters 2022-08-02 10:01:55 +02:00
parent d80291c438
commit 445204dcdb
1 changed files with 1 additions and 2 deletions

3
debian/zoo.service vendored
View File

@ -1,6 +1,6 @@
[Unit]
Description=Zoo
After=network.target syslog.target postgresql.service
After=network.target postgresql.service
Wants=postgresql.service
[Service]
@ -17,7 +17,6 @@ PrivateTmp=true
Restart=on-failure
RuntimeDirectory=zoo
Type=notify
StandardError=syslog
NotifyAccess=all
[Install]