Skip to content

Commit

Permalink
Adding PILOT_NOKILL=1 to stop parent PID being killed
Browse files Browse the repository at this point in the history
  • Loading branch information
jnc74743 authored Apr 7, 2021
1 parent 847ff7e commit 96452a3
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
@@ -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:

0 comments on commit 96452a3

Please sign in to comment.