Skip to content

Commit

Permalink
Make crond log to stderr so Docker can forward it (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Jul 6, 2022
1 parent 342ae59 commit e738bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ else
fi

echo "Starting cron in foreground."
crond -f -l 8
crond -f -d 8

0 comments on commit e738bd0

Please sign in to comment.