modules/gotosocial: start after postgresql
This commit is contained in:
parent
f55f814198
commit
292a162fec
@ -60,6 +60,7 @@ in {
|
||||
enable = true;
|
||||
description = "GoToSocial server";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "postgresql.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
User = cfg.user;
|
||||
|
Loading…
Reference in New Issue
Block a user