Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minio/minio-service
Collection of MinIO server scripts for upstart, systemd, sysvinit, launchd.
https://github.com/minio/minio-service
freebsd freebsd-scripts systemd-script systemd-service sysvinit upstart
Last synced: 5 days ago
JSON representation
Collection of MinIO server scripts for upstart, systemd, sysvinit, launchd.
- Host: GitHub
- URL: https://github.com/minio/minio-service
- Owner: minio
- Created: 2016-10-31T08:51:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T18:16:25.000Z (4 months ago)
- Last Synced: 2024-08-02T12:50:49.958Z (3 months ago)
- Topics: freebsd, freebsd-scripts, systemd-script, systemd-service, sysvinit, upstart
- Language: Shell
- Homepage:
- Size: 149 KB
- Stars: 367
- Watchers: 19
- Forks: 137
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - minio/minio-service - Collection of MinIO server scripts for upstart, systemd, sysvinit, launchd. (others)
README
# MinIO Init/Service Scripts
This project provides init/service scripts for using MinIO on various Linux and BSD distributions.## Getting Help
Please reach us [here](https://min.io/pricing) if you need help in configuring and setting up MinIO.## Guidelines
The files distributed here should adhere to these principles where relevant (adjust accordingly for each system/platform):- Don't run MinIO as root.
- Create a no-shell default user to run MinIO.
- Raise file descriptor limits to sufficiently larger values.
- Don't restart endlessly; if MinIO fails to start, there is a reason -- fix it, don't hammer it.
- Allow MinIO to re-use the same, persistent folder for TLS certificates.## Issues
Please open an [issue](https://github.com/minio/minio/issues) on MinIO server project for bugs, enhancements regarding this project.