Jump to content

How to autostart Mangos on Linux Ubuntu


Recommended Posts

also useful: "screen" -- http://www.manpagez.com/man/1/screen/

with screen you can run an application like in any other terminals, but detach the screen with "CTRL + A" and then "d" (for detach)

reatach it again with "screen -r name"

if you want to start it directly in the screen without interact: "screen -AdmS screen_name command"

for example:

screen -AdmS world bin/mangosd

screen -AdmS realm bin/realmd

to show you the running screens: (if only 1 exists it will autoatach)

screen -r

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use