when run
sudo service php5-fpm start
from /etc/php5/fpm/php-fpm.conf:
pid = /var/run/php5-fpm.pid
log_level = debug
error_log = /var/log/php5-fpm.log
however
ls /var/run/php5-fpm.pid => not found
sudo tail /var/log/php5-fpm.log => no recent activity
any ideas on where to go from here?