mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
postgresql.nix: Depend on the filesystem containing the database
This commit is contained in:
parent
5cf702e1c1
commit
2326c6da2b
@ -203,6 +203,8 @@ in
|
||||
sleep 1
|
||||
done
|
||||
'';
|
||||
|
||||
unitConfig.RequiresMountsFor = "${cfg.dataDir}";
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user