Systemd erros when starting mineos.service

I’m getting some weird errors when trying to start the server: “Job for mineos.service failed because the control process exited with error code.”
The log is here: Sep 05 12:36:31 server smbd[4360]: pam_unix(samba:session): session opened for u - Pastebin.com

Instead of starting with systemd which insulates us from output we need to see, let’s troubleshoot by running the service directly as root:

cd /usr/games/minecraft
chmod +x webui.js
./webui.js

This will tell us what the webui is unhappy with–information that systemd blocks from us.

Also, we can look at /var/log/mineos.log–this would be a preferable log to share.