From 374931f6dfb1b7367a0ef159fadc072c219e2771 Mon Sep 17 00:00:00 2001 From: Vincent Murphy Date: Wed, 6 Sep 2023 16:52:45 +0100 Subject: [PATCH] Reminder to enable minio.service (#990) Co-authored-by: Ravind Kumar --- source/includes/linux/common-installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/includes/linux/common-installation.rst b/source/includes/linux/common-installation.rst index cea48509..6c7c798b 100644 --- a/source/includes/linux/common-installation.rst +++ b/source/includes/linux/common-installation.rst @@ -312,6 +312,14 @@ transient and should resolve as the deployment comes online. If any drives remain offline after starting MinIO, check and cure any issues blocking their functionality before starting production workloads. +The MinIO service does not automatically start on host reboot. +You must use ``systemctl enable minio.service`` to start the process as part of the host boot. + +.. code-block:: shell + :class: copyable + + sudo systemctl enable minio.service + .. end-install-minio-start-service-desc .. start-install-minio-restart-service-desc