Skip to content

Commit 846c464

Browse files
committed
Merge remote-tracking branch 'release/rel-v7r2' into rel-v7r2
2 parents d820c66 + 72944eb commit 846c464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ def installComponent(self, componentType, system, component, extensions, compone
19171917
[[ "%(componentType)s" = "agent" ]] && renice 20 -p $$
19181918
#%(bashVariables)s
19191919
#
1920-
exec python $DIRAC/DIRAC/Core/scripts/dirac_%(componentType)s.py \
1920+
exec dirac-%(componentType)s \
19211921
%(system)s/%(component)s --cfg %(componentCfg)s < /dev/null
19221922
""" % {'bashrc': os.path.join(self.instancePath, 'bashrc'),
19231923
'bashVariables': bashVars,
@@ -2107,7 +2107,7 @@ def installPortal(self):
21072107
#
21082108
exec 2>&1
21092109
#
2110-
exec python %(DIRAC)s/WebAppDIRAC/scripts/dirac-webapp-run.py -p < /dev/null
2110+
exec dirac-webapp-run -p < /dev/null
21112111
""" % {'bashrc': os.path.join(self.instancePath, 'bashrc'),
21122112
'DIRAC': self.linkedRootPath})
21132113

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

25502550
os.chmod(runFile, self.gDefaultPerms)

0 commit comments

Comments
 (0)