Postfix was started before all filesystems were mounted. I add 'filesystem' to startOn.
svn path=/nixos/trunk/; revision=34416
This commit is contained in:
parent
ef15fa63c8
commit
c539224a84
@ -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";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user