Hi there,
Anyone tried running a server off a linux machine? I am keen to set one up for some of my friends and linux is the most appropriate option.
There are no instructions on how to do it with linux, however it seems like the only issue I'll face is an alternative way to launch the server....
The windows CMD in the batch file is "java -Dio.netty.epollBugWorkaround=true -Dscrolls.mode=PROD -Dscrolls.node.id=test-server -jar Server.jar"
What would be the linux equivalent? Is it this simple?
Many thanks!
|