class Puma::DSL
def raise_exception_on_sigterm(answer=true)
- See: Puma::Cluster#setup_signals -
See: Puma::Launcher#setup_signals -
def raise_exception_on_sigterm(answer=true) @options[:raise_exception_on_sigterm] = answer end
def raise_exception_on_sigterm(answer=true) @options[:raise_exception_on_sigterm] = answer end