]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/unsubscribe-psgi@.service
httpd: get rid of Deflater warning
[public-inbox.git] / examples / unsubscribe-psgi@.service
index f588886b62e76203da25b6c983025829d8f431d9..acc29e8e64c648a448ac4433fd587a17da561f78 100644 (file)
@@ -11,10 +11,11 @@ After = unsubscribe-psgi.socket
 [Service]
 # any PSGI server ought to work,
 # but public-inbox-httpd supports socket activation like unsubscribe.milter
-ExecStart = /usr/local/bin/public-inbox-httpd /etc/unsubscribe.psgi
+ExecStart = /usr/local/bin/public-inbox-httpd -W0 /etc/unsubscribe.psgi
 Sockets = unsubscribe-psgi.socket
 # we need to modify the mlmmj spool
 User = mlmmj
+KillMode = process
 
 [Install]
 WantedBy = multi-user.target