nixbld: fix RT startup

pull/21/head
Sebastien Bourdeauducq 2021-11-22 12:18:06 +08:00
parent 813b4831c6
commit ae6915ab44
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ in {
LogsDirectory = "rt/";
};
after = [ "postgresql.service" ];
wantedBy = [ "multi-user.target" ];
};
}