From: Matthijs Kooijman Date: Tue, 27 Apr 2010 11:01:07 +0000 (+0200) Subject: fastcgi: Also kill trac and wipi processes. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=86e1329f75d02b117bd2465af1a765f6c24fa74f fastcgi: Also kill trac and wipi processes. --- diff --git a/etc/init.d/fastcgi b/etc/init.d/fastcgi index 67b7ac8..77dcb09 100755 --- a/etc/init.d/fastcgi +++ b/etc/init.d/fastcgi @@ -41,7 +41,7 @@ APPLICATIONS={"php": "/usr/bin/php-cgi"} # Kill these procs before starting new ones. Only processes of these names that # are run by the sites in SITES are killed. This is a bit hackish, we should # really be using pidfiles... -KILL_PROCS=['php-cgi', 'manage.py'] +KILL_PROCS=['php-cgi', 'manage.py', 'trac.fcgi', 'wipi.fcgi'] ## ABSOLUTE path to the spawn-fcgi binary SPAWNFCGI="/usr/bin/spawn-fcgi"