diff --git a/services/workflow/bin/boot-condor-and-workflow.sh b/services/workflow/bin/boot-condor-and-workflow.sh
index f26082d3f5b88af7103914b1de7160864683dcb5..80fa1791e6bee4a9d47da2d2fb4b296a769865c7 100755
--- a/services/workflow/bin/boot-condor-and-workflow.sh
+++ b/services/workflow/bin/boot-condor-and-workflow.sh
@@ -22,6 +22,7 @@ set -e
 set -o pipefail
 
 # Start condor daemons
+chown -R condor:condor /var/spool/condor
 condor_master
 
 # Make directory for standardized Python location (if it doesn't exist)