diff options
| -rw-r--r-- | docs/rabbitmq-server.service.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq-server.service.example b/docs/rabbitmq-server.service.example index f8a7ab1b48..53a5c04aa7 100644 --- a/docs/rabbitmq-server.service.example +++ b/docs/rabbitmq-server.service.example @@ -12,8 +12,8 @@ NotifyAccess=all TimeoutStartSec=3600 # Note: # You *may* wish to add the following to automatically restart RabbitMQ -# in the event of a failure. This is not recommended as a replacement -# for service monitoring. Please see +# in the event of a failure. systemd service restarts are not a +# replacement for service monitoring. Please see # http://www.rabbitmq.com/monitoring.html # # Restart=on-failure # https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart= |
