Merge pull request #597 from joserebelo/sigterm

Use exec on scrutiny-collector cron to ensure signal handling
dependabot/go_modules/google.golang.org/protobuf-1.33.0
Jason Kulatunga 2 months ago committed by GitHub
commit 3490a2ffc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save