We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ca8f3 commit c92bfa0Copy full SHA for c92bfa0
sbin/entrypoint.sh
@@ -111,6 +111,7 @@ if [ "x$SUPERVISORD_RESTART_POLICY" != "x" ]; then
111
add_or_replace "$htcondor_supervisord_config" autorestart "${SUPERVISORD_RESTART_POLICY}"
112
fi
113
114
+set -x
115
if [[ $1 == /usr/local/sbin/supervisord_startup.sh ]]; then
116
# If we're starting the pilot then run cvmfsexec under tini so signals are propagated
117
safe_exec tini $cvmfsexec_root/cvmfsexec -- -N $CVMFSEXEC_REPOS -- "$@"
0 commit comments