in reply to Re: Kill process after X mins
in thread Kill process after X mins

Can you please let me know how can we start the 'watchd' daemon on Linux machine. -Pradeep

Replies are listed 'Best First'.
Re^3: Kill process after X mins
by Corion (Patriarch) on Apr 20, 2017 at 15:34 UTC

    Have you read the documentation of Proc::Watchdog?

    If you are asking about the included watchd daemon only, use whaterver system service management tool your Linux vendor supports. This is mostly a system administration question and I know little of Linux system administration.

      I had gone through the Watchdog documentation earlier and now but it is still not clear for me that where can I start the watchd daemon in Linux. As per document "daemon" is a Linux OS term which is equivalent to Windows OS services.

        If you are unsure about how to configure a Linux system to launch a daemon, consult with your system administrator.