postgresql.nix: Depend on the filesystem containing the database
This commit is contained in:
@@ -203,6 +203,8 @@ in
|
||||
sleep 1
|
||||
done
|
||||
'';
|
||||
|
||||
unitConfig.RequiresMountsFor = "${cfg.dataDir}";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user