Skip to content

Commit

Permalink
Test: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Jul 20, 2024
1 parent 5316f37 commit 2821c6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions config/supervisord-master.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ autorestart=true
stderr_logfile=/var/log/supervisor/nginx.err.log
stdout_logfile=/var/log/supervisor/nginx.out.log
user=www-data

[program:cron]
command = /usr/sbin/crond -f -L 8 -c /etc/crontabs/
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes=0
user = www-data
autostart = true
autorestart = true

0 comments on commit 2821c6e

Please sign in to comment.