diff --git a/assets/cron.conf b/assets/cron.conf index 526af62..acbbc1c 100644 --- a/assets/cron.conf +++ b/assets/cron.conf @@ -1,2 +1,2 @@ -* * * * * /usr/bin/php /opt/sei/scripts/AgendamentoTarefaSEI.php 2>&1 >> /var/log/sei/agendamento_sei.log -* * * * * /usr/bin/php /opt/sip/scripts/AgendamentoTarefaSip.php 2>&1 >> /var/log/sip/agendamento_sip.log +* * * * * /usr/bin/php /opt/sei/scripts/AgendamentoTarefaSEI.php >/proc/1/fd/1 2>/proc/1/fd/2 +* * * * * /usr/bin/php /opt/sip/scripts/AgendamentoTarefaSip.php >/proc/1/fd/1 2>/proc/1/fd/2