From ebeb314ba1fdbcf9dc4443cd9d80256784b21cab Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 10 Aug 2012 21:55:56 +0200 Subject: background the notify-send process --- src/callnotifier/Logger/CallNotifySend.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/callnotifier/Logger/CallNotifySend.php') 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 &' ); } } -- cgit v1.2.3