"how to use linux software watchdog?" Code Answer

3

most of the unix/linux init programs will manage daemons for you and restart them. look into placing your service in /etc/inittab. or you might be using upstart or systemd.

all of these programs run as pid 1 and it is their job to monitor and restart system processes.

from your busybox tag i would assume you are running an embedded system. on those, the system v style init scripts with all of their shell scripts are really overkill. you should probably rip all that out and replace it with entries in /etc/inittab or upstart or systemd jobs.

By dinwal on January 7 2022

Answers related to “how to use linux software watchdog?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.