How to let Supervisord wait 1 second before restarting my program?
It spent more than half an hour. Finally, I found this solution.... very simple!
#!/bin/bash
/usr/local/bin/noip2 -c /usr/local/etc/no-ip2.conf
sleep 1
noip sucks!
It spent more than half an hour. Finally, I found this solution.... very simple!
#!/bin/bash
/usr/local/bin/noip2 -c /usr/local/etc/no-ip2.conf
sleep 1
noip sucks!