[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] HAS_CVMFS_something ?




You mean, modify the executable to leave a mark on the filesystem?
Will try that tomorrow.

maybe a quick&dirty wrapper would be sufficient

STARTD_CRON_OSG_EXECUTABLE = /etc/condor/modules/osg-node-wrapp

with /etc/condor/modules/osg-node-wrapp

#!/usr/bin/env bash
# set -euo pipefail
# IFS=$'\n\t'
echo "-------------------" >> /tmp/osg-node-wrapp.log
date >> /tmp/osg-node-wrapp.log
/etc/condor/modules/osg-node >> /tmp/osg-node-wrapp.log

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature