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:
parent
ef15fa63c8
commit
c539224a84
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue