aboutsummaryrefslogtreecommitdiffstats
path: root/testing/minio/minio.initd
Commit message (Collapse)AuthorAgeFilesLines
* testing/minio: upgrade to 0.20190619Chloe Kudryavtsev2019-06-201-1/+1
| | | | | | | | | Also improve healthcheck. When conf.d does not define an `$address`, curl will try to query a file (`/minio/health/ready`), which obviously will always fail. By default, minio will listen on 0.0.0.0:9000, so default to localhost. Closes: GH-8911
* testing/minio: allow infinite respawningChloe Kudryavtsev2019-06-101-0/+2
| | | | | | | | Minio will crash on startup if networking is not available. A short period of the network dropping should not prevent the service from coming up once networking is back. As such, allow infinite respawns. To avoid CPU thrashing, enforce a 5-second delay between respawns.
* testing/minio: modernize init.dChloe Kudryavtsev2019-05-101-2/+7
| | | | | Now that we have openrc 0.41.2, supervise-daemon is actually usable. Minio also behaves much nicer with it.
* testing/minio: Add openrc, fixup styleChloe Kudryavtsev2019-03-121-0/+18
Also take ownership.