Skip to content

Update Linux Web Services

Daemon Forge edited this page Aug 27, 2021 · 2 revisions

Upgrade Linux Service

  1. Stop Service
sudo systemctl stop DayZWebService
  1. Enter the directory
cd /var/opt/DayZWebApi
  1. Download file and override the existing file
sudo wget https://github.com/daemonforge/DayZ-UniveralApi/releases/download/Latest-Linux/dayzwebservice-linux -O dayzwebservice-linux
  1. make sure it has execute permissions
sudo chmod +x dayzwebservice-linux
  1. Restart service
sudo systemctl start DayZWebService