Use exec in wrapper scripts

This commit is contained in:
Alvaro Aleman
2016-08-29 22:07:53 +02:00
parent a5061c81b1
commit 2dc2b073e4
10 changed files with 10 additions and 10 deletions

View File

@ -9,4 +9,4 @@ elif [ -f /config/config.ini.php ]; then
fi
chown -R piwik:piwik /piwik /config /var/run/php-fpm.sock /var/lib/nginx /tmp
supervisord -c /usr/local/etc/supervisord.conf
exec supervisord -c /usr/local/etc/supervisord.conf