mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Add After entries to Nix Module's service for the various dependant databases
This commit is contained in:
@@ -153,6 +153,13 @@ in
|
||||
];
|
||||
restartIfChanged = false; # So that the TGS service doesn't just get restarted whenever it's updated, and boots players
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [
|
||||
"network.target"
|
||||
"mysql.service"
|
||||
"mariadb.service"
|
||||
"postgresql.service"
|
||||
"mssql-server.service"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user