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