diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-18 03:03:47 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-18 03:03:47 -0300 |
| commit | 9c29c27aa876a355b483cdd508e380905624bd27 (patch) | |
| tree | e484544f3034beb2e30c686735bcd473eb37ae4c /tibia-querymanager.service | |
| parent | 7ca3cfca6e683a318eedb907e4ba9c257d117b33 (diff) | |
| download | querymanager-9c29c27aa876a355b483cdd508e380905624bd27.tar.gz querymanager-9c29c27aa876a355b483cdd508e380905624bd27.zip | |
fix player index loading + small service config change
Diffstat (limited to 'tibia-querymanager.service')
| -rw-r--r-- | tibia-querymanager.service | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
