1
0
mirror of synced 2024-11-12 01:10:47 +01:00

It's 'postgresql' not 'postgres'

This commit is contained in:
Luna Nightshade 2023-06-21 21:31:05 +02:00
parent 1cba1c2ff6
commit 393bbf6490

View File

@ -107,7 +107,7 @@
description = "Wangan Midnight Maximum Tune 6 private server";
wantedBy = ["multi-user.target"];
# We need to wait for PSQL to be up before starting!
after = ["network.target" "postgres.target"];
after = ["network.target" "postgresql.target"];
preStart = ''
export DATABASE_URL="${cfg.postgresUrl}"