Projet

Général

Profil

0001-debian-remove-obsolete-standard-error-output-config-.patch

Frédéric Péters, 15 mai 2022 17:12

Télécharger (835 octets)

Voir les différences:

Subject: [PATCH] debian: remove obsolete standard error output config from
 systemd unit (#65101)

 debian/wcs.service | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
debian/wcs.service
1 1
[Unit]
2 2
Description=w.c.s.
3
After=network.target syslog.target postgresql.service
3
After=network.target postgresql.service
4 4
Wants=postgresql.service
5 5

  
6 6
[Service]
......
19 19
Restart=on-failure
20 20
RuntimeDirectory=wcs
21 21
Type=notify
22
StandardError=syslog
23 22
NotifyAccess=all
24 23

  
25 24
[Install]
26
-