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