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

2015-12-02 Thread Anatol Pomozov
Date: Wednesday, December 2, 2015 @ 17:22:28 Author: anatolik Revision: 252119 FS#47110 Revert revision 249812 (start service as foreground process) Start service as foreground process causes issues with service restart. Revert the change until we fix that problem. Modified: apache/trunk

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

2015-10-31 Thread Anatol Pomozov
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 chan

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

2015-10-27 Thread Anatol Pomozov
Date: Wednesday, October 28, 2015 @ 00:53:12 Author: anatolik Revision: 249812 Start apache process in foreground Modified: apache/trunk/httpd.service ---+ httpd.service |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: httpd.service ==