Skip to content

Updates to startup script

Rosen Matev requested to merge startup-script into master
  • Allow setting of nice level from FarmConfig script
    If an environment variable NiceLevel is set, use it for renice, otherwise use the defaults of 10/17 for HLT1/2.
  • Remove setting HOME from startup script ...
    With HOME set, the gitconddb (libgit2) tries to access $HOME/.gitconfig, which when done from all nodes at the same time is not nice to NFS...

Merge request reports