diff options
author | ramon <ramongomez@us.es> | 2016-03-10 13:31:58 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-03-10 13:31:58 +0000 |
commit | b781e8bc51214e3034a55ab76db7630110b71373 (patch) | |
tree | 8bec71ec99461209b3946fa1b8e0209142dfd053 /admin/Sources/Services/opengnsys.init | |
parent | bbd12901e24edd47ebafe242bc564da7c93e5143 (diff) |
#730: No iniciar servicio {{{ogAdmRepo}}} y solo mantener activo {{{ogAdmRepoAux}}} en el repositorio; actualizar lista de tickets cerrados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4821 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Sources/Services/opengnsys.init')
-rwxr-xr-x | admin/Sources/Services/opengnsys.init | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/admin/Sources/Services/opengnsys.init b/admin/Sources/Services/opengnsys.init index 2912811e..a3a96a8c 100755 --- a/admin/Sources/Services/opengnsys.init +++ b/admin/Sources/Services/opengnsys.init @@ -159,9 +159,10 @@ arranca_demonios() { sleep 5 # Damos tiempo a que ogAdmServer este funcionando fi if [ $RUN_OGADMREPO = "yes" ]; then - $ACTIONMSG "Iniciando demonio: $REPONAME" - $DAEMONSTART $REPODAEMON $EXTRAOPTS $REPODAEMON_OPTIONS $ENDOPTS - [ $? = 0 ] && $SUCCESSMSG || $FAILMSG + # No iniciar ogAdmRepo + #$ACTIONMSG "Iniciando demonio: $REPONAME" + #$DAEMONSTART $REPODAEMON $EXTRAOPTS $REPODAEMON_OPTIONS $ENDOPTS + #[ $? = 0 ] && $SUCCESSMSG || $FAILMSG $ACTIONMSG "Iniciando demonio: $REPOAUXNAME" faucet $REPOAUXPORT --daemon --in bash -c "$REPOAUXDAEMON" [ $? = 0 ] && $SUCCESSMSG || $FAILMSG |