lib/god/watch.rb in mojombo-god-0.7.9 vs lib/god/watch.rb in mojombo-god-0.7.10
- old
+ new
@@ -12,10 +12,10 @@
extend Forwardable
def_delegators :@process, :name, :uid, :gid, :start, :stop, :restart,
:name=, :uid=, :gid=, :start=, :stop=, :restart=,
:pid_file, :pid_file=, :log, :log=, :log_cmd, :log_cmd=, :alive?, :pid,
- :unix_socket, :unix_socket=, :chroot, :chroot=, :env, :env=
+ :unix_socket, :unix_socket=, :chroot, :chroot=, :env, :env=, :signal
#
def initialize
super
@process = God::Process.new