Commit 6701d92ba6aed1188fee5cc80b99137f2b244448
1 parent
4ed1bfd2
Exists in
master
and in
7 other branches
LEIAME
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
LEIAME.txt
| ... | ... | @@ -35,7 +35,7 @@ PROCEDIMENTOS PARA INSTALAÇÂO: |
| 35 | 35 | # Adicione no final do arquivo |
| 36 | 36 | |
| 37 | 37 | [program:sei_processar_pendencias] |
| 38 | - command=/usr/bin/php -c /etc/php.ini /var/www/html/sei/institucional/pen/rn/ProcessarPendenciasRN.php | |
| 38 | + command=/usr/bin/php -c /etc/php.ini /opt/sei/web/modulos/pen/rn/ProcessarPendenciasRN.php | |
| 39 | 39 | numprocs=1 |
| 40 | 40 | directory=/var/www/html/sei/ |
| 41 | 41 | user=XXXXX |
| ... | ... | @@ -47,7 +47,7 @@ PROCEDIMENTOS PARA INSTALAÇÂO: |
| 47 | 47 | stderr_logfile_maxbytes=1MB |
| 48 | 48 | |
| 49 | 49 | [program:sei_monitorar_pendencias] |
| 50 | - command=/usr/bin/php -c /etc/php.ini /var/www/html/sei/institucional/pen/rn/PendenciasTramiteRN.php | |
| 50 | + command=/usr/bin/php -c /etc/php.ini /opt/sei/web/modulos/pen/rn/PendenciasTramiteRN.php | |
| 51 | 51 | numprocs=1 |
| 52 | 52 | directory=/var/www/html/sei/ |
| 53 | 53 | user=XXXXX | ... | ... |