From c539224a846516d6ab7628ccb6bd4b7afe67a22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 10 Jun 2012 14:36:16 +0000 Subject: [PATCH] Postfix was started before all filesystems were mounted. I add 'filesystem' to startOn. svn path=/nixos/trunk/; revision=34416 --- modules/services/mail/postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/mail/postfix.nix b/modules/services/mail/postfix.nix index d4314236a9b4..842427f6d059 100644 --- a/modules/services/mail/postfix.nix +++ b/modules/services/mail/postfix.nix @@ -307,7 +307,7 @@ in # accurate way is unlikely to be better. { description = "Postfix mail server"; - startOn = "started networking"; + startOn = "started networking and filesystem"; daemonType = "none";