Code

main: use g_unix_signal_add() for SIGTERM, SIGINT and SIGHUP
authorMax Kellermann <max.kellermann@gmail.com>
Sun, 19 Mar 2017 10:41:00 +0000 (11:41 +0100)
committerMax Kellermann <max.kellermann@gmail.com>
Sun, 19 Mar 2017 10:41:00 +0000 (11:41 +0100)
commit347f99d8f0e36534e5f8962f89e0d6046cc65747
tree76c0ae1610373e703b89a95e5d1ea1a7721e336b
parent4b79d755e2bf9c2de67136b2709dcecd868e8704
main: use g_unix_signal_add() for SIGTERM, SIGINT and SIGHUP

Unfortunately, GLib doesn't support SIGWINCH and SIGCONT, for whatever
reasons.
src/main.c