handle exit signals

This commit is contained in:
Blake Blackshear
2021-05-29 13:33:01 -05:00
parent 7a6ffb1032
commit 5afda72b84
2 changed files with 12 additions and 3 deletions

View File

@@ -228,7 +228,6 @@ class FrigateApp:
args=(
self.config,
self.video_output_queue,
self.stop_event,
),
)
output_processor.daemon = True