diff --git a/skel/bin/god.conf b/skel/bin/god.conf index d60f900..7ce4ec8 100644 --- a/skel/bin/god.conf +++ b/skel/bin/god.conf @@ -14,7 +14,7 @@ def keep_process_running(w) start.condition(:process_running) do |c| c.running = false c.interval = 5.seconds - notofies(c) + notifies(c) end end end