Catching system signals (UNIX).

  • Thread starter Viacheslav Chumushuk
  • Start date
V

Viacheslav Chumushuk

Hello.
I have little program (daemon), most of time it waiting with sleep
method.
I need to catch system's signal SIGTERM, to terminate my program
correctly.
How can I do this?

Thanks.
 
M

Michael Fellinger

Hello.
I have little program (daemon), most of time it waiting with sleep
method.
I need to catch system's signal SIGTERM, to terminate my program
correctly.
How can I do this?

Thanks.

catch('SIGTERM'){ puts "Oh noes!" }
END{ puts "This is the end, my friend" }

^ manveru
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top