0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Postfix was started before all filesystems were mounted. I add 'filesystem' to startOn.

svn path=/nixos/trunk/; revision=34416
This commit is contained in:
Lluís Batlle i Rossell 2012-06-10 14:36:16 +00:00
parent ef15fa63c8
commit c539224a84

View file

@ -307,7 +307,7 @@ in
# accurate way is unlikely to be better. # accurate way is unlikely to be better.
{ description = "Postfix mail server"; { description = "Postfix mail server";
startOn = "started networking"; startOn = "started networking and filesystem";
daemonType = "none"; daemonType = "none";