DonnyJohnny
Very Senior Member
The issue with my problem here is my openvpn server failed to start. Likely due to ddns update not ready. In my additional config for openvpn server, I have use “local myddnsip” and if ddns is not ready, openvpn server will fail to start.
I want to delay the execution of openvpn server to allow ddns to be complete first.
I want to know if I put sleep in one of the script, will it also affect the delay of executing other scripts and system booting process?
Example, router is executing A,a,B,b,C,c,D,d,E,e. The small letter is the user scripts.
If I have a sleep delay at b, will it affect the delay of C,D,E? Meaning pushing the delay downward execution of CcDdEe.
If possible, which user scripts should I put the delay?
I want to delay the execution of openvpn server to allow ddns to be complete first.
I want to know if I put sleep in one of the script, will it also affect the delay of executing other scripts and system booting process?
Example, router is executing A,a,B,b,C,c,D,d,E,e. The small letter is the user scripts.
If I have a sleep delay at b, will it affect the delay of C,D,E? Meaning pushing the delay downward execution of CcDdEe.
If possible, which user scripts should I put the delay?