<div dir="ltr"><div><div><div><div><div>Hello,<br></div>I wrote a small upstart script to stop/start nginx through upstart. This is how it looks<br><br>description "nginx http daemon"<br>start on (filesystem and net-device-up IFACE=lo)<br>stop on runlevel [!2345]<br>expect deamon<br>respawn<br>respawn limit 10 5<br>chdir /usr/local/nginx<br>exec ./nginx<br><br><br></div>I am running nginx from "/usr/local/nginx", and running as a user with super user.<br><br></div>Still it hangs on start/stop command. Any idea what I may be missing..<br></div>Thanks,<br></div>Vikrant<br><div><div><div><div><div><br></div></div></div></div></div></div>