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:52 +02:00
parent 8103ec73f1
commit 0b0c3f0a4a
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Docbow
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=docbow
Type=notify
StandardError=syslog
NotifyAccess=all
[Install]