Skip to content

Commit

Permalink
Merge remote-tracking branch 'release/rel-v7r2' into rel-v7r2
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Apr 14, 2021
2 parents d820c66 + 72944eb commit 846c464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ def installComponent(self, componentType, system, component, extensions, compone
[[ "%(componentType)s" = "agent" ]] && renice 20 -p $$
#%(bashVariables)s
#
exec python $DIRAC/DIRAC/Core/scripts/dirac_%(componentType)s.py \
exec dirac-%(componentType)s \
%(system)s/%(component)s --cfg %(componentCfg)s < /dev/null
""" % {'bashrc': os.path.join(self.instancePath, 'bashrc'),
'bashVariables': bashVars,
Expand Down Expand Up @@ -2107,7 +2107,7 @@ def installPortal(self):
#
exec 2>&1
#
exec python %(DIRAC)s/WebAppDIRAC/scripts/dirac-webapp-run.py -p < /dev/null
exec dirac-webapp-run -p < /dev/null
""" % {'bashrc': os.path.join(self.instancePath, 'bashrc'),
'DIRAC': self.linkedRootPath})

Expand Down Expand Up @@ -2544,7 +2544,7 @@ def installTornado(self):
exec 2>&1
#
#
exec python $DIRAC/DIRAC/Core/Tornado/scripts/tornado_start_all.py -ddd
exec tornado-start-all
""" % {'bashrc': os.path.join(self.instancePath, 'bashrc')})

os.chmod(runFile, self.gDefaultPerms)
Expand Down

0 comments on commit 846c464

Please sign in to comment.