Hi, I have a test god config file like this
------------------------------------------------ God.pid_file_directory = "/tmp" God.watch do |w| w.name = "foo" w.start = "/tmp/foo.rb" w.stop = "kill -9 `cat /tmp/foo.pid`" w.pid_file = "/tmp/foo.pid" w.behavior(:clean_pid_file) end ------------------------------------------------ If I don't specify God.pid_file_directory = "/tmp" my PID file is not created in /tmp Is this normal ? Thx Julien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "god.rb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/god-rb?hl=en -~----------~----~----~----~------~----~------~--~---
