[supervisord]
nodaemon=true

[program:php-fpm]
command=docker-php-entrypoint php-fpm
autostart=true
autorestart=true

[program:watcher]
command=inotifywait -rm -e modify,create,delete /var/www/html | while read; do killall -USR2 php-fpm; done
autostart=true
autorestart=true
