Skip to content

Commit 3bea6b2

Browse files
committed
postgresql.service -> postgresql.target
NixOS/nixpkgs@41c5662
1 parent 07c6890 commit 3bea6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixosModules/master.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ in
804804
};
805805

806806
systemd.services.buildbot-master = {
807-
after = [ "postgresql.service" ];
807+
after = [ "postgresql.target" ];
808808
path = [ pkgs.openssl ];
809809
serviceConfig = {
810810
# in master.py we read secrets from $CREDENTIALS_DIRECTORY

0 commit comments

Comments
 (0)