From f712be823fd6ea76d9efd2df5be394d282bc6396 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 26 Mar 2024 20:30:13 +0200 Subject: kvmd-udev-restart-pass fix --- scripts/kvmd-udev-restart-pass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3