MyNixOS website logo
option

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.

Declarations
Type
unspecified value
Default
{
  recover = {
    cmd = [
      "ctl_cyrusdb"
      "-r"
    ];
  };
}