#730: Revertir cambio de revisión 4821, porque es necesario iniciar servicio {{{ogAdmRepo}}} para evitar caídas de {{{ogAdmServer}}}.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4825 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
ramon 2016-03-15 09:43:08 +00:00
parent e0314d935a
commit 1eb49f52f5
1 changed files with 3 additions and 4 deletions

View File

@ -159,10 +159,9 @@ arranca_demonios() {
sleep 5 # Damos tiempo a que ogAdmServer este funcionando
fi
if [ $RUN_OGADMREPO = "yes" ]; then
# No iniciar ogAdmRepo
#$ACTIONMSG "Iniciando demonio: $REPONAME"
#$DAEMONSTART $REPODAEMON $EXTRAOPTS $REPODAEMON_OPTIONS $ENDOPTS
#[ $? = 0 ] && $SUCCESSMSG || $FAILMSG
$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