lib/god/watch.rb in god-0.7.8 vs lib/god/watch.rb in god-0.7.10

- old
+ new

@@ -11,11 +11,11 @@ attr_accessor :grace, :start_grace, :stop_grace, :restart_grace extend Forwardable def_delegators :@process, :name, :uid, :gid, :start, :stop, :restart, :name=, :uid=, :gid=, :start=, :stop=, :restart=, - :pid_file, :pid_file=, :log, :log=, :alive?, :pid, - :unix_socket, :unix_socket=, :chroot, :chroot=, :env, :env= + :pid_file, :pid_file=, :log, :log=, :log_cmd, :log_cmd=, :alive?, :pid, + :unix_socket, :unix_socket=, :chroot, :chroot=, :env, :env=, :signal # def initialize super @process = God::Process.new