services.cyrus-imap.cyrusSettings.START
This section lists the processes to run before any SERVICES are spawned. This section is typically used to initialize databases. Master itself will not startup until all tasks in START have completed, so put no blocking commands here.
- Type
unspecified value- Default
{ recover = { cmd = [ "ctl_cyrusdb" "-r" ]; }; }- Declared
- <nixpkgs/nixos/modules/services/mail/cyrus-imap.nix>