forked from M-Labs/it-infra
nixbld: fix RT startup
This commit is contained in:
parent
813b4831c6
commit
ae6915ab44
|
@ -272,6 +272,7 @@ in {
|
||||||
LogsDirectory = "rt/";
|
LogsDirectory = "rt/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
after = [ "postgresql.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue