I am running ArchLinux and nginx, and cannot stop nginx without using a kill -9
on the actual PID files.
I'd instead like to use /etc/rc.d/nginx stop
and have the nginx script look in the .pid file for nginx, but the file isn't there. I touch
ed it, but that didn't help either.
Any suggestions would be much appreciated!
Thanks so much.
EDIT: This is what I see when I type /etc/rc.d/nginx restart
So something is going wrong hereā¦