diff --git a/docker/entrypoint-collector.sh b/docker/entrypoint-collector.sh index 7c78183..9369fc8 100755 --- a/docker/entrypoint-collector.sh +++ b/docker/entrypoint-collector.sh @@ -25,4 +25,4 @@ fi # now that we have the env start cron in the foreground echo "starting cron" -su -c "cron -f -L 15" root +exec su -c "cron -f -L 15" root