Accepting request 568174 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/568174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=35
This commit is contained in:
commit
ca5b703483
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user