diff --git a/frigate/app.py b/frigate/app.py index a04c4737e..396c5afe7 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -725,5 +725,3 @@ class FrigateApp: shm = self.detection_shms.pop() shm.close() shm.unlink() - - os._exit(os.EX_OK)