From 4aea91d808a12b8bbdcbded370b525e7ac292a47 Mon Sep 17 00:00:00 2001 From: Ermal Date: Sat, 14 Dec 2013 19:20:39 +0000 Subject: Switch to php-fpm for lighty and check_reload_status will use it. Step by step will migrate the other calls --- etc/phpshellsessions/gitsync | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/phpshellsessions') diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index 2b4eec1..31fd468 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -399,7 +399,6 @@ function post_cvssync_commands() { $fd = fopen("/tmp/restart_lighty", "w"); fwrite($fd, "#!/bin/sh\n"); fwrite($fd, "sleep 5\n"); - fwrite($fd, "killall php\n"); fwrite($fd, "/usr/local/sbin/pfSctl -c 'service restart webgui'\n"); if(file_exists("/var/etc/lighty-CaptivePortal.conf")) fwrite($fd, "/usr/local/sbin/lighttpd -f /var/etc/lighty-CaptivePortal.conf\n"); -- cgit v1.1