fixing a typo whilst using vim!

This commit is contained in:
Ric Harvey
2015-07-10 15:06:17 +00:00
parent 07ee70e194
commit a94ed8b750

View File

@@ -22,7 +22,7 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
[program:php5-fpm]
commaind=/usr/sbin/php5-fpm -c /etc/php5/fpm
command=/usr/sbin/php5-fpm -c /etc/php5/fpm
autostart=true
autorestart=true
priority=5