postgresql.nix: Depend on the filesystem containing the database

This commit is contained in:
Eelco Dolstra 2012-10-01 16:53:13 -04:00
parent 5cf702e1c1
commit 2326c6da2b

View File

@ -203,6 +203,8 @@ in
sleep 1
done
'';
unitConfig.RequiresMountsFor = "${cfg.dataDir}";
};
};