Method: Puma::SdNotify.watchdog

Defined in:
lib/puma/sd_notify.rb

.watchdog(unset_env = false) ⇒ Object



80
81
82
# File 'lib/puma/sd_notify.rb', line 80

def self.watchdog(unset_env=false)
  notify(WATCHDOG, unset_env)
end