Commit 6701d92ba6aed1188fee5cc80b99137f2b244448
1 parent
4ed1bfd2
Exists in
master
and in
21 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,7 +35,7 @@ PROCEDIMENTOS PARA INSTALAÇÂO: | ||
35 | # Adicione no final do arquivo | 35 | # Adicione no final do arquivo |
36 | 36 | ||
37 | [program:sei_processar_pendencias] | 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 | numprocs=1 | 39 | numprocs=1 |
40 | directory=/var/www/html/sei/ | 40 | directory=/var/www/html/sei/ |
41 | user=XXXXX | 41 | user=XXXXX |
@@ -47,7 +47,7 @@ PROCEDIMENTOS PARA INSTALAÇÂO: | @@ -47,7 +47,7 @@ PROCEDIMENTOS PARA INSTALAÇÂO: | ||
47 | stderr_logfile_maxbytes=1MB | 47 | stderr_logfile_maxbytes=1MB |
48 | 48 | ||
49 | [program:sei_monitorar_pendencias] | 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 | numprocs=1 | 51 | numprocs=1 |
52 | directory=/var/www/html/sei/ | 52 | directory=/var/www/html/sei/ |
53 | user=XXXXX | 53 | user=XXXXX |