NRAO reports:
condor_annex bug: edit /usr/libexec/condor/condor-annex-ec2 and comment out the line
chkconfig condor || exit 1
because this line is a hold-over from older versions that put condor in init.d. Now that it is in systemd, this line causes condor to exit.
TimT confirms that of our Linux platforms, only CentOS 6 isn’t systemd, and that’s going away soon. No need to do anything other than just remove the line.
Resolved by 289d49.
Added release note.