Note: Ensure that dead process can be respawn ASAP without systemd
for i in {1..10}; do flock -nx ~/tmp/ws.lock -c "/home/binary" || true ; sleep 5; done
for i in {1..10}; do flock -nx ~/tmp/ws.lock -c "/home/binary" || true ; sleep 5; done
Why? Echoing my comments in https://lowendtalk.com/discussion/177687/nodejs-hosting-using-directadmin – Since Apache can be used as reverse proxy why should we be limited by environment provided by the host? How? Apache ProxyPass (nope)… Read more »