commit | 1a81abb1ddb3fdc02a344624bef74710e31c0b73 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 17 15:23:20 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 17 15:46:07 2013 -0400 |
tree | fd10cb3e53ade46d4780fac3f4ea0a93ceee3e4e | |
parent | 1cfd406f9d40d6b39e4063e060b6c5114930f28c [diff] |
weston-launch: Don't exit on SIGTERM Instead, forward signal to weston and wait for weston to clean up nicely. Weston relies on weston-launch being around to shut down correctly, so don't exit until we get the SIGCHLD from weston. This make killall weston-launch work properly. https://bugs.freedesktop.org/show_bug.cgi?id=62910