How to use Linux software watchdog?

后端 未结 9 2257
星月不相逢
星月不相逢 2020-12-05 05:02

Can anybody tell me how to handle the software watchdog in Linux?

I have a program SampleApplication which runs continuously and I need to restart it if

9条回答
  •  天命终不由人
    2020-12-05 05:58

    You can use "Monit" utility to restart and monitor your services. Simply install by issuing command `"apt-get install monit".

提交回复
热议问题