Skip to content

Commit

Permalink
This was a mistake to use dirac-<component> command, runit will leave
Browse files Browse the repository at this point in the history
zombie process when restarting
  • Loading branch information
atsareg committed Jul 31, 2012
1 parent 313a445 commit 6455f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Utilities/InstallTools.py
Expand Up @@ -1452,7 +1452,7 @@ def installComponent( componentType, system, component, extensions, componentMod
#
[ "%(componentType)s" = "agent" ] && renice 20 -p $$
#
exec dirac-%(componentType)s %(system)s/%(component)s %(componentCfg)s < /dev/null
exec $DIRAC/DIRAC/Core/scripts/dirac-%(componentType)s.py %(system)s/%(component)s %(componentCfg)s < /dev/null
""" % {'bashrc': os.path.join( instancePath, 'bashrc' ),
'componentType': componentType,
'system' : system,
Expand Down

0 comments on commit 6455f05

Please sign in to comment.