]> git.ipfire.org Git - thirdparty/chrony.git/commit
client: handle signals
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 27 Jul 2015 12:46:50 +0000 (14:46 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 28 Jul 2015 09:57:57 +0000 (11:57 +0200)
commita4a21c1dca7b1d0513fe392f916a1e26e34a05c7
tree511ed6c357373aad9ed172b086c140767d439b6d
parent206e597b046e4d565af7ef866dc178621e0c579d
client: handle signals

Add a signal handler and rework the code to go through close_io() even
when terminated by a signal. This will allow chronyc to remove Unix
domain sockets on exit.
client.c