pez-infra/ansible/services/mangos-world/mangos-world.service
Rasmus Wejlgaard 737d6e0bc1 initial commit
2026-03-28 12:39:41 +00:00

16 lines
No EOL
315 B
Desktop File

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