diff options
| -rw-r--r-- | genenetwork-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index d302ba2..c242689 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -805,7 +805,7 @@ described by CONFIG, a <genenetwork-configuration> object." (shepherd-service (documentation "Run GeneNetwork 2 development server.") (provision '(genenetwork2)) - (requirement '(networking redis gn-auth genenetwork3)) + (requirement '(networking redis)) (modules '((guix search-paths) (ice-9 match) (srfi srfi-1))) @@ -889,7 +889,7 @@ described by CONFIG, a <genenetwork-configuration> object." (shepherd-service (documentation "Run GeneNetwork 3 development server.") (provision '(genenetwork3)) - (requirement '(networking gn-auth)) + (requirement '(networking)) ;; KLUDGE: The default value of 0.5 is too low, and causes ;; gn3 to be disabled when it is respawned "too fast." (respawn-delay 5) |
