15759: Update file mode; avoid /var/run, typically mounted noexec.
[arvados.git] / lib / dispatchcloud / worker / pool.go
index 34bc26dea5805a70cc089966c2138efa468d0f6a..c52422c4157e85336a3544fb877b60681b7b188a 100644 (file)
@@ -790,7 +790,7 @@ func (wp *Pool) loadRunnerData() error {
        }
        wp.runnerData = buf
        wp.runnerMD5 = md5.Sum(buf)
-       wp.runnerCmd = fmt.Sprintf("/var/run/arvados/crunch-run~%x", wp.runnerMD5)
+       wp.runnerCmd = fmt.Sprintf("/var/lib/arvados/crunch-run~%x", wp.runnerMD5)
        return nil
 }