Closed ykoehler closed 1 year ago
It's possible but not implemented in this snap. It is intended for beginners who want to just get it up and running. That said, you can do the following to "cheat":
screen
(you may have to install it)mc-server-installler
and run it in the backgroundmc-server-installer
command and choose your optionCTRL+A and D
at the same time. This will detach the terminal, and allow the process to continue running until you reboot or kill. To return to the screen from which you detached, just run screen -r
and it'll take you right back.
Here's the man page on screen for more reference: https://linux.die.net/man/1/screen
How do one launch the server in the background as a service after having it installed ?