What about the pidfile=$(PIDFILE=/var/run/httpd.pid), Doesn't that specify a PID for the process httpd?
No particular purpose, I guess it will make our application easier to identify. Say we have two daemons both uses JAVA, only distinction is different PID, and we want to kill one but not the other, it will be better if we run it with specific PID.