How to execute nakama in background

Hello,
I’ve a simple question. If I want to create a new db/server in nakama, I start migrating the db executing:
nakama migrate up

After that, if I want to run the server I execute
nakama

These are the default commands. The problem is: when I execute nakama, the server starts running in the same terminal and I have to keep open the cmd / terminal forever.
So… how can I run the server in background ?

I tested the parameter background and it didn’t work
nakama --background

Also I saw the --help options but I didn’t find the command that I’m looking for.
Help?

Thanks!!

I resolved it using screen command in unix. But I couldn’t find a parameter provided by nakama.
Thanks.

1 Like