]> git.ipfire.org Git - people/stevee/guardian.git/commit
Capture process signals.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 23 Nov 2015 09:34:55 +0000 (10:34 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 23 Nov 2015 09:34:55 +0000 (10:34 +0100)
commit915d9f4513423b25b2dfb1a375c0476a0394b9b4
tree92edc96a08101764ec5438fba943ccfd8c1abb87
parent27dc0dbf5e72a5755366be045c4874770e92f79c
Capture process signals.

guardian now captures sent process siganls and can perform
various actions based on the captured signal. Currently only
"INT", "TERM", and "QUIT" signals are handeled. Some other
may be added in the future.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
guardian