Skip to content

Commit

Permalink
Merge pull request stfc#26 from jnc74743/master
Browse files Browse the repository at this point in the history
Adding PILOT_NOKILL=1 to stop parent PID being killed
  • Loading branch information
jrha authored Apr 9, 2021
2 parents 4629060 + 96452a3 commit 8d5d819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
dargs.append('--env=SINGULARITYENV_XrdSecGSISRVNAMES=%s' % getfqdn())
dargs.append('--env=PANDA_HOSTNAME=%s' % getfqdn())
dargs.append('--env=SINGULARITYENV_PANDA_HOSTNAME=%s' % getfqdn())
dargs.append('--env=PILOT_NOKILL=1')
# ATLAS fix for 21.0.XX release errors with frontier
dargs.append('--env=FRONTIER_LOG_FILE=frontier.log')
else:
Expand Down

0 comments on commit 8d5d819

Please sign in to comment.