htcondor / scitokens-credmon

HTCondor implementation of the Scitokens credential monitor
Apache License 2.0
3 stars 7 forks source link

Put main credmon script in sbin #44

Closed jasoncpatton closed 4 years ago

jasoncpatton commented 4 years ago

The credmon is meant to be forked by condor, not run by regular users, therefore it should be in $(SBIN)

jasoncpatton commented 4 years ago

Might also be better to put scitoken_credential_producer in $(LIBEXEC)

jasoncpatton commented 4 years ago

This is fixed in the merge with HTCondor, can't fix/won't fix here.