URI: 
       tsignal when process started with freepbx_glue.py - dmt - source code for the kunsthal art installation
  HTML git clone git://parazyd.org/dmt.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 64431b113fdf7d743b4cff49d2c9951b89952b62
   DIR parent a26ec6b22cfd3599d1cfdad3f35f5ac08d44c784
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 17 Nov 2017 22:57:39 +0100
       
       signal when process started with freepbx_glue.py
       
       Diffstat:
         M freepbx-glue/freepbx_glue.py        |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/freepbx-glue/freepbx_glue.py b/freepbx-glue/freepbx_glue.py
       t@@ -60,6 +60,7 @@ def main():
            Main routine.
            Reads standard input line by line.
            """
       +    print('Tailing logfile...')
            while True:
                line = sys.stdin.readline()
                handle_line(line)