Skip to content

Commit

Permalink
Start supervisord before crond in dbca_start_ckan.sh.override
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed May 28, 2024
1 parent ebc0d81 commit 5fdfe7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/setup/dbca_start_ckan.sh.override
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ then
# if CKAN_WORKER is set to true, start the background services
if [ "$CKAN_WORKER" = "true" ]
then
# Start supervisord
su ckan -c "supervisord --configuration /etc/supervisord.conf"
# Start crond
/usr/sbin/crond
# Start supervisord
su ckan -c "supervisord --configuration /etc/supervisord.conf"
else
# Start uwsgi
su ckan -c 'uwsgi -i $APP_DIR/config/uwsgi.ini'
Expand Down

0 comments on commit 5fdfe7b

Please sign in to comment.