evas/cserve2: catch only SIGINT from cserve2
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 11 Oct 2013 03:07:43 +0000 (12:07 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:47:16 +0000 (15:47 +0900)
commit745b4d4acc64432b5b531054b94592bee6d55340
treee3a35c0845d130ac7eefeca4e19d656900c214db
parentcd702b3785059f99d362045429280a6a9dbc64ff
evas/cserve2: catch only SIGINT from cserve2

SIGTERM and SIGQUIT don't need to be caught.
the proper signal to ask cserve2 to exit cleanly is SIGINT.

enlightenment_start (or systemd) should be responsible for
restarting in case of crash / unexpected termination.

cserve2 will not restart if killed with signal SIGINT,
as it will then exit with return code 0 (normal)
src/bin/evas/evas_cserve2_main_loop_linux.c