drop explicit dependencies on postgres mounts

This commit is contained in:
Hendrik Sokolowski 2024-08-25 00:44:28 +02:00
parent 150b67eadb
commit 5b32238a2f
Signed by: hensoko
GPG key ID: 5C36A01B80BCCC59

View file

@ -25,9 +25,4 @@
full_page_writes = false;
};
};
systemd.services.postgresql = {
after = [ "var-lib-postgresql.mount" ];
requisite = [ "var-lib-postgresql.mount" ];
};
}