1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add after rule to nextcloud

This commit is contained in:
RGBCube 2024-01-16 11:55:26 +03:00
parent 5c82aa1d65
commit eda396c1a2
No known key found for this signature in database

View file

@ -16,6 +16,7 @@ in serverSystemConfiguration {
}; };
systemd.services = { systemd.services = {
nextcloud-setup.after = [ "postgresql.service" ];
nextcloud-setup.requires = [ "postgresql.service" ]; nextcloud-setup.requires = [ "postgresql.service" ];
phpfpm-nextcloud.aliases = [ "nextcloud.service" ]; phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
}; };