1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Reminder to enable minio.service (#990)

Co-authored-by: Ravind Kumar <ravindk89@gmail.com>
This commit is contained in:
Vincent Murphy
2023-09-06 16:52:45 +01:00
committed by GitHub
parent ada852eca3
commit 374931f6df

View File

@ -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