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