1
我開這個協議端口從Python和PHP應用程序遠程讀取,但每天會崩潰,端口爲結果不可用的Python,PHP所有的客戶端應用程序失敗BASH - 如何使它始終從系統啓動和崩潰重啓運行?
$ cat /var/tmp/server.sh
#!/bin/bash
while true; do tail -f /usr/local/freeswitch/log/freeswitch.log | nc -l -p 9999 -q 1 &
問:有反正,使這個腳本總是像service this start or stop
運行,如果它崩潰,它自動再次得到重新啓動?任何建議或鏈接做這樣的事情?我使用的CentOS 6.x的