Skip to content

Collection of MinIO server scripts for upstart, systemd, sysvinit, launchd.

Notifications You must be signed in to change notification settings

isabella232/minio-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinIO Init/Service Scripts

This project provides init/service scripts for using MinIO on various Linux and BSD distributions.

Getting Help

Please reach to us at https://slack.minio.io if you need help in configuring. Please open a github issue on MinIO server for bugs, enhancements etc on this project.

Guidelines

The files distributed here should adhere to these principles where relevant (adjust accordingly for each system/platform):

  • Don't run as root.
  • Create a no-shell default user to run it.
  • Raise file descriptor limits.
  • Don't restart endlessly; if MinIO fails to start, there's a reason -- fix it, don't hammer it.
  • Allow MinIO to re-use the same, persistent folder for your configs.
  • Stay as simple and minimal as possible.
  • Be idempotent.
  • Use comments to explain unexpected or unusual lines/patterns.

Issues

Please open any issue at https://github.com/minio/minio/issues

About

Collection of MinIO server scripts for upstart, systemd, sysvinit, launchd.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.7%
  • PowerShell 40.3%