1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00
This commit is contained in:
voldikss
2024-06-07 00:30:10 +08:00
committed by GitHub
parent b422c71bd9
commit 63d0482a63
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ If the ``minio.service`` file specifies a different user account, use the
``$HOME`` directory for that account. Alternatively, specify a custom
certificate directory using the :mc-cmd:`minio server --certs-dir`
commandline argument. Modify the ``MINIO_OPTS`` variable in
``/etc/defaults/minio`` to set this option. The ``systemd`` user which runs the
``/etc/default/minio`` to set this option. The ``systemd`` user which runs the
MinIO server process *must* have read and listing permissions for the specified
directory.

View File

@ -45,7 +45,7 @@ For example, to set up ftp access, you could set the variable to something like
export MINIO_OPTS=' "--console-address="9001" --ftp="address=:8021" --ftp="passive-port-range=30000-40000" '
On Unix-like systems, you can save a file with the environment variable to ``/etc/defaults/minio`` instead of setting the variable manually.
On Unix-like systems, you can save a file with the environment variable to ``/etc/default/minio`` instead of setting the variable manually.
Storage Volumes
---------------