From: Christian Weiske Date: Fri, 10 Aug 2012 19:55:56 +0000 (+0200) Subject: background the notify-send process X-Git-Tag: v1.0.0~32 X-Git-Url: https://git.cweiske.de/auerswald-callnotifier.git/commitdiff_plain/ebeb314ba1fdbcf9dc4443cd9d80256784b21cab background the notify-send process --- diff --git a/src/callnotifier/Logger/CallNotifySend.php b/src/callnotifier/Logger/CallNotifySend.php index 652a7db..477a253 100644 --- a/src/callnotifier/Logger/CallNotifySend.php +++ b/src/callnotifier/Logger/CallNotifySend.php @@ -59,6 +59,7 @@ class Logger_CallNotifySend extends Logger_CallBase . ' -c callmonitor' . ' ' . escapeshellarg($title) . ' ' . escapeshellarg($msg) + . ' > /dev/null 2>&1 &' ); } }