#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-378ad31fedc9remotes/github/debian-pkg
parent
e0314d935a
commit
1eb49f52f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue