linux守护进程的编写
生活随笔
收集整理的這篇文章主要介紹了
linux守护进程的编写
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
linux監(jiān)控一個進(jìn)程進(jìn)行
代碼如下:
?
#!/bin/sh cd /home/autoprocess/ auto=`pgrep -f autoProcessNew.php | wc -l` if [ "$auto" = 0 ] then nohup php autoProcessNew.php & fi監(jiān)視autoProcessNew.php,使他一直監(jiān)視
轉(zhuǎn)載于:https://www.cnblogs.com/matengfei123/p/8243187.html
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎勵來咯,堅持創(chuàng)作打卡瓜分現(xiàn)金大獎總結(jié)
以上是生活随笔為你收集整理的linux守护进程的编写的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关于TableView中图片的延时加载(
- 下一篇: AR8035 linux