pez-infra/ansible/services/mangos-world/mangos-world.service
Rasmus Wejlgaard cfd745b2b7 add mangos zero config and fix world service
- add mangosd.conf, realmd.conf, ahbot.conf, aiplayerbot.conf from copenhagen-a
- db password replaced with {{ mangos_db_password }} placeholder
- fix mangos-world.service: was identical copy of realmd service, now points to mangosd
- add README for mangos-zero service
2026-03-28 13:03:09 +00:00

17 lines
368 B
Desktop File

[Unit]
Description=MaNGOS Zero World Server
After=network.target mariadb.service mangos-realmd.service
Requires=mariadb.service
Wants=mangos-realmd.service
[Service]
Type=simple
User=mangos
Group=mangos
WorkingDirectory=/home/mangos/mangos/zero/bin
ExecStart=/home/mangos/mangos/zero/bin/mangosd
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target