Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/minio: allow infinite respawning | Chloe Kudryavtsev | 2019-06-10 | 1 | -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.d | Chloe Kudryavtsev | 2019-05-10 | 1 | -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 style | Chloe Kudryavtsev | 2019-03-12 | 1 | -0/+18 |
Also take ownership. |