diff options
Diffstat (limited to 'gnu/services/high-availability.scm')
| -rw-r--r-- | gnu/services/high-availability.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/high-availability.scm b/gnu/services/high-availability.scm index 8b928e76168..ed7bbfbc7d8 100644 --- a/gnu/services/high-availability.scm +++ b/gnu/services/high-availability.scm | |||
| @@ -185,7 +185,7 @@ distribution.listener.interface = 127.0.0.1 | |||
| 185 | (shepherd-service | 185 | (shepherd-service |
| 186 | (provision '(rabbitmq)) | 186 | (provision '(rabbitmq)) |
| 187 | (documentation "Run the RabbitMQ daemon.") | 187 | (documentation "Run the RabbitMQ daemon.") |
| 188 | (requirement '(user-processes loopback)) | 188 | (requirement '(epmd)) |
| 189 | (modules '((gnu build shepherd))) | 189 | (modules '((gnu build shepherd))) |
| 190 | (start | 190 | (start |
| 191 | #~(make-forkexec-constructor | 191 | #~(make-forkexec-constructor |
