mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- 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
17 lines
368 B
Desktop File
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
|