#!/bin/bash
# @ligar_streaming - Script para ligar streaming
ulimit -n 300000

conf=$1

nohup /home/streaming/sc_serv $conf > /dev/null & echo $!
