Skip to content

Commit

Permalink
start cron on management startup (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jul 18, 2024
1 parent 535fe94 commit 0fad4ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wis2-gdc-management/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

echo "START /entrypoint.sh"

echo "Starting cron"
service cron start
service cron status

echo "Caching WNM schema"
pywis-pubsub schema sync

Expand Down

0 comments on commit 0fad4ca

Please sign in to comment.