Update Linux Web Services - DaemonForge/DayZ-UniveralApi GitHub Wiki

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