I've had major issues since trying to update to bedrock-server-1.16.220.02.zip on my Ubuntu Server 20.04.2 LTS x86_64 VM, which has been running flawlessly for close to a year, through multiple upgrades.
The eventual solution for me was to go into /etc/systemd/system/bedrock.service and modify the following two lines:
I've had major issues since trying to update to bedrock-server-1.16.220.02.zip on my Ubuntu Server 20.04.2 LTS x86_64 VM, which has been running flawlessly for close to a year, through multiple upgrades.
The eventual solution for me was to go into
/etc/systemd/system/bedrock.service
and modify the following two lines:{{ExecStart=/bin/sh -c " ./bedrock_server"
TimeoutStopSec=20}}
and replacing it with:
ExecStart=/bin/sh -c "LD_LIBRARY_PATH=. ./bedrock_server"