drop explicit dependencies on postgres mounts
This commit is contained in:
parent
150b67eadb
commit
5b32238a2f
|
@ -25,9 +25,4 @@
|
|||
full_page_writes = false;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.postgresql = {
|
||||
after = [ "var-lib-postgresql.mount" ];
|
||||
requisite = [ "var-lib-postgresql.mount" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue