23 lines
442 B
Desktop File
23 lines
442 B
Desktop File
# Basic SYSTEMD service file for the Tibia Web Server
|
|
|
|
[Unit]
|
|
Description=Tibia Web Server
|
|
After=network.target tibia-querymanager.service
|
|
Requires=tibia-querymanager.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=tibia-web
|
|
Group=tibia-web
|
|
ExecStart=/opt/tibia/web/web
|
|
WorkingDirectory=/opt/tibia/web/
|
|
Restart=always
|
|
RestartSec=10
|
|
LimitCORE=infinity
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=%n
|