Skip to content

Commit

Permalink
enable cron service
Browse files Browse the repository at this point in the history
  • Loading branch information
gegere committed Jul 22, 2017
1 parent 8f1e945 commit 516a0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends python-softwar
imagemagick \
libmagickwand-dev \
supervisor \
cron \
rsyslog \
postfix && apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion app/supervisord
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nodaemon=true

[program:crond]
command=/usr/sbin/cron -f
command=cron -f -L 15
process_name=%(program_name)s
autostart=true
autorestart=true
Expand Down

0 comments on commit 516a0b0

Please sign in to comment.