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

DOCS-845: Updates for MinIO Server RELEASE.2023-05-04T21-44-30Z (#852)

Closes #845 

Staged: http://192.241.195.202:9000/staging/DOCS-845/linux/index.html
This commit is contained in:
Ravind Kumar
2023-05-17 17:38:27 -04:00
committed by GitHub
parent 9f95069315
commit 79e55b4d90
8 changed files with 102 additions and 14 deletions

View File

@ -233,6 +233,11 @@ file manually on all MinIO hosts:
ExecStartPre=/bin/bash -c "if [ -z \"${MINIO_VOLUMES}\" ]; then echo \"Variable MINIO_VOLUMES not set in /etc/default/minio\"; exit 1; fi"
ExecStart=/usr/local/bin/minio server $MINIO_OPTS $MINIO_VOLUMES
# MinIO RELEASE.2023-05-04T21-44-30Z adds support for Type=notify (https://www.freedesktop.org/software/systemd/man/systemd.service.html#Type=)
# This may improve systemctl setups where other services use `After=minio.server`
# Uncomment the line to enable the functionality
# Type=notify
# Let systemd restart this service always
Restart=always