mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add note about gracetime not working
This commit is contained in:
parent
4271ba4740
commit
8fad761774
@ -177,6 +177,8 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
|
|||||||
ENV S6_CMD_WAIT_FOR_SERVICES=1
|
ENV S6_CMD_WAIT_FOR_SERVICES=1
|
||||||
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
|
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
|
||||||
# Give services (including Frigate) 30 seconds to stop before killing them
|
# Give services (including Frigate) 30 seconds to stop before killing them
|
||||||
|
# But this is not working currently because of:
|
||||||
|
# https://github.com/just-containers/s6-overlay/issues/503
|
||||||
ENV S6_SERVICES_GRACETIME=30000
|
ENV S6_SERVICES_GRACETIME=30000
|
||||||
# Configure logging to prepend timestamps, log to stdout, keep 1 archive and rotate on 10MB
|
# Configure logging to prepend timestamps, log to stdout, keep 1 archive and rotate on 10MB
|
||||||
ENV S6_LOGGING_SCRIPT="T 1 n1 s10000000 T"
|
ENV S6_LOGGING_SCRIPT="T 1 n1 s10000000 T"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user