sweetsoftware/Ares

Making the server stay up

Closed this issue · 2 comments

Everything works. Your software is awesome to play with. =)

But I was wondering how to get the server to stay active after I exit my terminal session from ssh.
Similar to how starting up an Apache server will stay active unless the service is stopped.

Sorry, I'm not very familiar with running Python servers.

Hello,

Thanks. You can run the server as a systemd service (https://patrakov.blogspot.fr/2011/01/writing-systemd-service-files.html) or you can use screen/tmux etc ...

sikk. thanks for clarifying.