I’ve tried to add a sleep in the script to wait a bit before running nginx but it didn’t help.
At this point I’m thinking that I should run nginx at a later time rather then earlier.
But I will give it a try out of curiosity.
Thanks again.
I used vi to edit the file from putty session, but i can only guess that if the file was be corrupt it wouldn't execute from command prompt.
Adding a delay in "/opt/etc/init.d/S80nginx" script might work but i find difficult to believe that this is the correct solution. Especially when...
The documentation says that one should use "/jffs/services-start" to start any service/app after all the other services have been started.
"/jffs/services-start" runs "/opt/etc/init.d/rc.unslung" which in turn executes all executable scripts in "/opt/etc/init.d/" folder which names starts with...
Hi all,
I got An ASUS AC86U and I installed Asuswrt-Merlin 384.6. Later I decided to install nginx and all went fine except nginx doesn't get started when I reboot the router.
The script S80nginx in init.d folder gets executed (I added logging to it) but for some reason nginx doesn't start...