This commit is contained in:
John Bintz 2012-08-20 11:57:02 -04:00
parent 9611068dbf
commit 37def0cf66

View File

@ -14,7 +14,7 @@ def keep_process_running(w)
start.condition(:process_running) do |c| start.condition(:process_running) do |c|
c.running = false c.running = false
c.interval = 5.seconds c.interval = 5.seconds
notofies(c) notifies(c)
end end
end end
end end