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:
@ -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
|
||||
|
Reference in New Issue
Block a user