summaryrefslogtreecommitdiffstats
path: root/admin/Sources/Services/opengnsys.init
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2016-03-15 09:43:08 +0000
committerramon <ramongomez@us.es>2016-03-15 09:43:08 +0000
commit1eb49f52f59892537f3803bcb43f8e30a734d5d5 (patch)
tree61f7f1e0d6e39677d0af3d29a614479376bbf27d /admin/Sources/Services/opengnsys.init
parente0314d935aea21bf9c74861baa6d0f84151504cf (diff)
#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
Diffstat (limited to 'admin/Sources/Services/opengnsys.init')
-rwxr-xr-xadmin/Sources/Services/opengnsys.init7
1 files changed, 3 insertions, 4 deletions
diff --git a/admin/Sources/Services/opengnsys.init b/admin/Sources/Services/opengnsys.init
index a3a96a8c..2912811e 100755
--- a/admin/Sources/Services/opengnsys.init
+++ b/admin/Sources/Services/opengnsys.init
@@ -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