[DiscordArchive] Is there an easy way to attach my terminal to worldserver running as a daemon?
[DiscordArchive] Is there an easy way to attach my terminal to worldserver running as a daemon?
Archived author: SClub7 • Posted: 2025-02-22T23:21:42.635000+00:00
Original source
Is there an easy way to attach my terminal to worldserver running as a daemon?
Archived author: St0ny • Posted: 2025-02-22T23:25:15.976000+00:00
Original source
If you are on Linux and use screen you can use screen -r worldserver or what name you gave the session. With Ctrl + a + d you can detach the console.
Archived author: St0ny • Posted: 2025-02-22T23:28:24.485000+00:00
Original source
https://github.com/andymarden/azeroth-sleep
In this repo you can find services for Linux that makes your server run as a demon. I can't say anything about the rest of this repo but the service files are working fine.
[Embed: GitHub - andymarden/azeroth-sleep: Freezes an azerothcore installat...]
Freezes an azerothcore installation when no players are connected and instantly thaws it when a player tries to connect. Reduces resources consumption to negligible levels. - andymarden/azeroth-sleep
https://github.com/andymarden/azeroth-sleep
Archived author: Revision • Posted: 2025-02-22T23:29:03.911000+00:00
Original source
Yeah but you can't attach to a service and manage it as if it's running in tmux or screen.
Archived author: SClub7 • Posted: 2025-02-22T23:33:41.508000+00:00
Original source
This is a good idea, I might try rewriting some of this for nix-darwin