nixos-module: start fedibuzz.service after postgresql.service

This commit is contained in:
Astro 2023-01-10 01:10:03 +01:00
parent f8c58b4452
commit 1c0bf9be2d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
systemd.services.buzzrelay = {
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
after = [ "postgresql.service" "network-online.target" ];
serviceConfig = {
Type = "notify";
WorkingDirectory = "${buzzrelay}/share/buzzrelay";