+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

minio's root access
===================

By default, minio server use minioadmin:minioadmin as the user:password for the
root access. The only way to change the default user and/or password is
through the MINIO_ROOT_USER and MINIO_ROOT_PASSWORD environment variables. On
OpenBSD, this can be achieved through /etc/login.conf.d/minio:

minio:\
	:openfiles-cur=4096:\
	:openfiles-max=8192:\
	:setenv=MINIO_ROOT_USER=root,MINIO_ROOT_PASSWORD=yourstrongpassword:\
	:tc=daemon:
