global

def start_options

def start_options
  if config_file
    "-q -d -e #{puma_env} -C #{config_file}"
  else
    "-q -d -e #{puma_env} -b '#{puma_socket}' -S #{state_path} --control 'unix://#{shared_path}/sockets/pumactl.sock'"
  end
end