#!/bin/bash
# @ligar_autodj - Script para ligar AutoDJ
ulimit -n 300000

conf=$1

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