1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01: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.
{ description = "Postfix mail server";
startOn = "started networking";
startOn = "started networking and filesystem";
daemonType = "none";