class Puma::DSL

def bind_to_activated_sockets(bind=true)

Other tags:
    Example: Only bind to systemd activated sockets, ignoring other binds -
    Example: Use any systemd activated sockets as well as configured binds -
def bind_to_activated_sockets(bind=true)
  @options[:bind_to_activated_sockets] = bind
end