put watch back into previous state after a god load
[god.git] / test / configs / daemon_events / simple_server_stop.rb
blob69eae175e53c51632f7534bb21a1f2f8da0b68ac
1 3.times do
2   puts 'waiting'
3   sleep 1
4 end
6 p ENV
8 command = '/usr/local/bin/ruby ' + File.join(File.dirname(__FILE__), *%w[simple_server.rb]) + ' stop'
9 system(command)