fork/exec string command for self-daemonizing process, but wait for process to exit
commitd4632f8ceec19aeac5346349c695b307e0717cd1
authorTom Werner <tom@tom.desk.hq.powerset.com>
Mon, 1 Oct 2007 19:57:01 +0000 (1 12:57 -0700)
committerTom Werner <tom@tom.desk.hq.powerset.com>
Mon, 1 Oct 2007 19:57:01 +0000 (1 12:57 -0700)
tree450fe05bfb41e93ac7179b3327729972adaeac49
parent57c95a285cddb1d4f57384236fee8f7d938a9202
fork/exec string command for self-daemonizing process, but wait for process to exit
Manifest.txt
lib/god/conditions/process_exits.rb
lib/god/process.rb
test/configs/daemon_events/daemon_events.god
test/configs/daemon_events/simple_server_stop.rb [new file with mode: 0644]
test/test_process.rb