prepare new beta

This commit is contained in:
buanet
2020-06-23 08:19:19 +02:00
parent 314590d97f
commit 71076baae3
7 changed files with 280 additions and 74 deletions

View File

@@ -459,9 +459,11 @@ shut_down() {
exit
}
# Trap to get signal for graceful shutdown
trap 'shut_down' SIGTERM
# IoBroker start
gosu iobroker node node_modules/iobroker.js-controller/controller.js & wait
# Preventing container restart by keeping a process alive even if iobroker will be stopped
# Fallback process for keeping container running when ioBroker is stopped for maintenance (e.g. js-controller update)
tail -f /dev/null