#!/bin/bash
pkill -2 HoloPlayService || true
pkill -2 HoloPlayDriver || true
pkill -9 lkg-websocketd || true
[ -e /etc/init.d/lkg-threejs-driver ] && service lkg-threejs-driver stop && rm /etc/init.d/lkg-threejs-driver || true
rm -fr /tmp/holoplay-driver.ipc || true
rm -fr /etc/xdg/autostart/lookingglass-holoplaydriver.desktop || true
exit 0

