Skip to content

Add signal handler for ruby socket cleanup on shutdown

Jacob Vosmaer requested to merge shutdown-handler into master

Closes #490 (closed)

Catch SIGTERM (runit, Omnibus) and SIGINT (foreman, GDK).

Fixes rubyserver cleanup so that the socket directory in /tmp is removed.

Edited by GitLab Release Tools Bot

Merge request reports