background the notify-send process
authorChristian Weiske <cweiske@cweiske.de>
Fri, 10 Aug 2012 19:55:56 +0000 (21:55 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 10 Aug 2012 19:55:56 +0000 (21:55 +0200)
src/callnotifier/Logger/CallNotifySend.php

index 652a7dbb1266a73ad4e606c0302892ff7d01a2ce..477a253e281f6765eb2927f1a19adf5e5b1024c3 100644 (file)
@@ -59,6 +59,7 @@ class Logger_CallNotifySend extends Logger_CallBase
             . ' -c callmonitor'
             . ' ' . escapeshellarg($title)
             . ' ' . escapeshellarg($msg)
+            . ' > /dev/null 2>&1 &'
         );
     }
 }