It's 'postgresql' not 'postgres'
This commit is contained in:
parent
1cba1c2ff6
commit
393bbf6490
@ -107,7 +107,7 @@
|
|||||||
description = "Wangan Midnight Maximum Tune 6 private server";
|
description = "Wangan Midnight Maximum Tune 6 private server";
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
# We need to wait for PSQL to be up before starting!
|
# We need to wait for PSQL to be up before starting!
|
||||||
after = ["network.target" "postgres.target"];
|
after = ["network.target" "postgresql.target"];
|
||||||
|
|
||||||
preStart = ''
|
preStart = ''
|
||||||
export DATABASE_URL="${cfg.postgresUrl}"
|
export DATABASE_URL="${cfg.postgresUrl}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user