[arch-commits] Commit in apache/trunk (httpd.service)

Anatol Pomozov anatolik at archlinux.org
Sat Oct 31 21:56:43 UTC 2015


    Date: Saturday, October 31, 2015 @ 22:56:43
  Author: anatolik
Revision: 249895

FS#43486 Use systemd KillMode=mixed

This kill mode sends SIGKILL to all children that are still active after timeout.

Modified:
  apache/trunk/httpd.service

---------------+
 httpd.service |    1 +
 1 file changed, 1 insertion(+)

Modified: httpd.service
===================================================================
--- httpd.service	2015-10-31 21:44:52 UTC (rev 249894)
+++ httpd.service	2015-10-31 21:56:43 UTC (rev 249895)
@@ -9,6 +9,7 @@
 ExecReload=/usr/bin/apachectl graceful
 PrivateTmp=true
 LimitNOFILE=infinity
+KillMode=mixed
 
 [Install]
 WantedBy=multi-user.target



More information about the arch-commits mailing list