services.cyrus-imap.cyrusSettings.START

NixOS option

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 in: nixos/modules/services/mail/cyrus-imap.nixView source on NixOS/nixpkgs →