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