crised / electrical

Electrical M2M software to get an Electrical Bill approximation
0 stars 0 forks source link

How do we handle linux signals? #4

Closed crised closed 10 years ago

lo9i commented 10 years ago

We should catch them and act as apropiate: HUP: reload TERM: terminate gracefully SIGUSR1, SIGUSR2: Can be swallowed SIGCHILD: Could be used to detect child process exited and restart (in the parent process)