From: Brian Flowers Date: Tue, 20 Sep 2016 07:23:46 +0000 (-0400) Subject: Fix file processor hang X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=afcf436bc6829dadb06d93bb25a5f37d87c8f82d;p=bdsm.git Fix file processor hang --- diff --git a/bdsm.d/file.processor b/bdsm.d/file.processor index 7f47079..778ae59 100644 --- a/bdsm.d/file.processor +++ b/bdsm.d/file.processor @@ -41,7 +41,7 @@ help() start() { - cat /home/bdsm/in.fifo >> /home/bdsm/bdsm.log + cat /home/bdsm/in.fifo >> /home/bdsm/bdsm.log & echo $! > /home/bdsm/.processor.pid }