# `Parrhesia.Tasks.PartitionBootstrap`

One-shot startup worker that ensures monthly storage partitions exist before
write-capable services are started.

# `child_spec`

```elixir
@spec child_spec(keyword()) :: Supervisor.child_spec()
```

# `start_link`

```elixir
@spec start_link(keyword()) :: :ignore | {:error, term()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
