Comment 52 for bug 1874075

Revision history for this message
Nicolas Bock (nicolasbock) wrote :

Hi @ddstreet. By default rabbitmq-server will wait for 300 seconds before it gives up. Raising the timeout in the systemd service file is not sufficient to guarantee that rabbitmq-server will wait for 10 minutes. We can either add the new configuration file or add a retry to the systemd service file. However, the retry will only affect systemd and not sysv, the new configuration file will affect both.

I have added another debdiff (based on proposed) that does both.