Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / installer / linux / debian / postinst
index 10d6fc5..b7adfc4 100755 (executable)
@@ -22,8 +22,10 @@ HASHES_FILE="$VAR_DIR/hashes"
 case "$1" in
   "configure")
     # Kill host processes. The wrapper script will restart them.
+    # TODO(lambroslambrou): Remove the '-9' when the underlying problem with
+    # hosts not responding to SIGTERM has been fixed - http://crbug.com/420090
     echo "Shutting down Chrome Remote Desktop hosts (they will restart automatically)..."
-    killall -q chrome-remote-desktop-host || true
+    killall -9 -q chrome-remote-desktop-host || true
     # If any files have changed that require the user to restart their virtual
     # desktops (eg, the wrapper script itself) then notify them but don't do
     # anything that would result in them losing state.