From 9c29c27aa876a355b483cdd508e380905624bd27 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Mon, 18 Aug 2025 03:03:47 -0300 Subject: fix player index loading + small service config change --- tibia-querymanager.service | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tibia-querymanager.service') diff --git a/tibia-querymanager.service b/tibia-querymanager.service index a196d0a..a7a3004 100644 --- a/tibia-querymanager.service +++ b/tibia-querymanager.service @@ -3,6 +3,10 @@ [Unit] Description=Tibia Query Manager After=network.target +# Make sure we attempt to start services depending on the querymanager +# if we use start/stop instead of restart. It seems there is no way to +# automate this, although it would be desirable. +Wants=tibia-login.service tibia-game.service tibia-web.service [Install] WantedBy=multi-user.target -- cgit v1.2.3