Accepting request 567410 from home:vuntz:branches:network:messaging:amqp

- Add TimeoutStartSec=300 to rabbitmq-server.service as enabling
  HiPE can make the startup take much longer (documentation says
  "a few minutes").

OBS-URL: https://build.opensuse.org/request/show/567410
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=87
This commit is contained in:
Ralf Haferkamp 2018-01-22 13:34:41 +00:00 committed by Git OBS Bridge
parent 2a7edb84d6
commit 60a580f0ab
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 18 12:23:09 UTC 2018 - vuntz@suse.com
- Add TimeoutStartSec=300 to rabbitmq-server.service as enabling
HiPE can make the startup take much longer (documentation says
"a few minutes").
-------------------------------------------------------------------
Wed Dec 13 12:13:03 UTC 2017 - vuntz@suse.com

View File

@ -12,6 +12,7 @@ NotifyAccess=all
WorkingDirectory=/var/lib/rabbitmq
ExecStart=/usr/sbin/rabbitmq-server
ExecStop=/usr/sbin/rabbitmqctl stop
TimeoutStartSec=300
[Install]
WantedBy=multi-user.target

View File

@ -1,7 +1,7 @@
#
# spec file for package rabbitmq-server
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed