diff --git a/bin/pvestatd b/bin/pvestatd index 59d53e1d..ff307363 100755 --- a/bin/pvestatd +++ b/bin/pvestatd @@ -396,6 +396,8 @@ sub restart_server { sleep($waittime) if $waittime; # avoid high server load due to restarts + PVE::INotify::inotify_close(); + exec (@$commandline); exit (-1); # never reached? }