1 2 3 4 5
require 'securerandom' on_thread_shutdown do File.write("./cookie_thread_shutdown.#{SecureRandom.hex}", "shutdown") end