Code: Select all
systemctl stop factorio
systemctl disable factorio
wget -O factorio.tar.xz https://www.factorio.com/get-download/latest/headless/linux64
unxz factorio.tar.xz
tar -C .. -xvf factorio.tar
rm factorio.tar
systemctl enable factorio
systemctl start factorio
Code: Select all
systemctl stop factorio
/home/gamemaster/factorio/bin/x64/factorio --server-settings /home/gamemaster/factorio/data/server-settings.json --start-server-load-latest --console-log /home/gamemaster/Factorio.log
Edit: Also happens in 0.17.9
Edit: Also happens in 0.17.10
Edit: Also happens in 0.17.11