Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    If a manual start works (as the question states) then systemctl daemon-reload can hardly be necessary. Commented Jun 21, 2020 at 1:47
  • Hello, I did everything that you told me, also I am not getting any errors. I will try to explain a bit more what the problem is. That script is starting the server control panel which starts the game server when the panel starts on boot. When it is starting on boot it is sending the message that the server started and then a 2nd message that says the server crashed but still no error in service status. When I start it from the console it is working without any problem at all but it gives the following errors in the panel's logs. (I updated my first Post with panel's error) Commented Jun 21, 2020 at 2:47
  • Ps. I got the full path using this: readlink -f run.sh . Is that what you're talking about? bash /home/user/directory/run.sh +set serverProfile profilename +set Port 12345 Commented Jun 21, 2020 at 2:59