debian: remove obsolete standard error output config from systemd unit (#65101)
parent
4cb8cb5b8e
commit
e2ed1b3322
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Scrutiny
|
||||
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=scrutiny
|
||||
Type=notify
|
||||
StandardError=syslog
|
||||
NotifyAccess=all
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue