X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ac4ee0eb5a2d581b7bb4d26b475f0fbcf64b0630..28d09b8cf3b349d7802e04ed2e9ad91f7f0ea210:/services/crunch-dispatch-slurm/usage.go diff --git a/services/crunch-dispatch-slurm/usage.go b/services/crunch-dispatch-slurm/usage.go index e8a1f1899e..f64c502395 100644 --- a/services/crunch-dispatch-slurm/usage.go +++ b/services/crunch-dispatch-slurm/usage.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -12,6 +16,7 @@ var exampleConfigFile = []byte(` "APIHost": "zzzzz.arvadosapi.com", "AuthToken": "xyzzy", "Insecure": false + "KeepServiceURIs": [], }, "CrunchRunCommand": ["crunch-run"], "PollPeriod": "10s",