diff --git a/scrutiny/rootfs/etc/services.d/script/run b/scrutiny/rootfs/etc/services.d/script/run index add569004..997ba6605 100644 --- a/scrutiny/rootfs/etc/services.d/script/run +++ b/scrutiny/rootfs/etc/services.d/script/run @@ -12,4 +12,5 @@ fi timeout ${timeout_argument} "${timeout}" \ bash -c \ "until echo > /dev/tcp/${host}/${port} ; do sleep 0.5; done" \ ->/dev/null 2>&1 && bash -c "scrutiny-collector-metrics run" || echo "port $port is not available" +>/dev/null 2>&1 && bash -c "scrutiny-collector-metrics run" || echo "port $port is not available" && "s6-svscanctl -t /var/run/s6/services" +