VEGAS/nextcloud: wait for postgres
This commit is contained in:
parent
95380ad0d2
commit
8bad272eef
1 changed files with 4 additions and 1 deletions
|
@ -52,5 +52,8 @@ in
|
|||
addSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
systemd.services.phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
|
||||
systemd.services = {
|
||||
phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
|
||||
nextcloud-setup.after = [ "postgresql.service" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue