aboutsummaryrefslogtreecommitdiffstats
path: root/testing/minio/minio.initd
Commit message (Collapse)AuthorAgeFilesLines
* 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.