Merge pull request #597 from joserebelo/sigterm

Use exec on scrutiny-collector cron to ensure signal handling
This commit is contained in:
Jason Kulatunga
2024-03-12 21:08:16 -07:00
committed by GitHub
+1 -1
View File
@@ -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