Skip to content

Commit

Permalink
Merge pull request #10 from devilbox/release-0.16
Browse files Browse the repository at this point in the history
Fix startup/restart behaviour
  • Loading branch information
cytopia authored Jun 3, 2018
2 parents dba33d4 + 0898cfc commit ccfd341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/docker-entrypoint.d/10-supervisord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ supervisord_create() {
echo
echo "[program:httpd]"
echo "command=${httpd_command}"
echo "autostart=true"
echo "autorestart=true"
echo "autostart=false"
echo "autorestart=false"
echo "stdout_logfile=/dev/stdout"
echo "stdout_logfile_maxbytes=0"
echo "stderr_logfile=/dev/stderr"
Expand Down

0 comments on commit ccfd341

Please sign in to comment.