diff options
author | Maxim Devaev <[email protected]> | 2024-03-26 20:30:13 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-26 20:30:13 +0200 |
commit | f712be823fd6ea76d9efd2df5be394d282bc6396 (patch) | |
tree | ba5b31901f43fea2d21959d41a48868565122b32 | |
parent | 8f56d6ec27b25bebe874e59b370adcd4662fef92 (diff) |
kvmd-udev-restart-pass fix
-rwxr-xr-x | scripts/kvmd-udev-restart-pass | 4 |
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 |