summaryrefslogtreecommitdiff
path: root/scripts/kvmd-udev-restart-pass
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kvmd-udev-restart-pass')
-rwxr-xr-xscripts/kvmd-udev-restart-pass4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kvmd-udev-restart-pass b/scripts/kvmd-udev-restart-pass
index 870896fa..addf4bc2 100755
--- a/scripts/kvmd-udev-restart-pass
+++ b/scripts/kvmd-udev-restart-pass
@@ -44,10 +44,6 @@ if [ "$port" = "HDMI-A-1" ]; then
if [ "$status" = "connected" ]; then
if systemctl is-enabled -q kvmd-pass; then
systemctl restart kvmd-pass || true
- pid=$(pidof ustreamer || echo 0)
- if [ "$pid" -ne 0 ]; then
- kill "$pid" || true
- fi
fi
pid=$(pidof ustreamer || echo 0)
if [ "$pid" -ne 0 ]; then