supervisor ./game start #3991
Unanswered
Preludebro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know of a way to make supervisor do ./game start and if the server crashes it restarts? I've successfully made learned where i can do
[program:123]
command=/home/game/serverfiles/run_server.sh
user=game
autostart=true
autorestart=true
This will run the server the way it's supposed to be ran but if I do it this way I can not do any of the ./game commands like ./game details ./game monitor ./game console. I'm thinking the ./game start leads to lgsm/functions/command_start.sh but if I put that in the supervisor command line it Exits too quickly.
Beta Was this translation helpful? Give feedback.
All reactions