summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-10-03 11:54:20 +0400
committerAndrew Dolgov <[email protected]>2010-10-03 11:54:20 +0400
commit3b3a199df86b1c94d16e6c0f601e3988df37070f (patch)
treed7ee21ee3595115bd757d2ca9d978c2a77ddac2d /update_daemon2.php
parent66438f2922dad7b3a6d36bc22a06b3566fd9becf (diff)
parent5ba53dde355add2f6098887611b5d2a7eb32b44b (diff)
Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index ce6a3ee9c..053a73d7d 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -73,7 +73,7 @@
if (time() - $started > MAX_CHILD_RUNTIME) {
_debug("[MASTER] child process $pid seems to be stuck, aborting...");
- posix_kill($pid, SIGINT);
+ posix_kill($pid, SIGKILL);
}
}
}