modules/gotosocial: start after postgresql

This commit is contained in:
Aaron Bieber 2022-09-12 23:28:56 -06:00
parent f55f814198
commit 292a162fec
No known key found for this signature in database

View File

@ -60,6 +60,7 @@ in {
enable = true;
description = "GoToSocial server";
wantedBy = [ "multi-user.target" ];
after = [ "postgresql.service" ];
serviceConfig = {
User = cfg.user;