Skip to content

Commit

Permalink
Merge pull request #597 from joserebelo/sigterm
Browse files Browse the repository at this point in the history
Use exec on scrutiny-collector cron to ensure signal handling
  • Loading branch information
AnalogJ committed Mar 13, 2024
2 parents a0f9e6e + ca7bd2c commit 3490a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint-collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3490a2f

Please sign in to comment.