gekware / minecraft-server-hibernation

Autostart and stop minecraft-server when players join/leave
GNU General Public License v3.0
377 stars 36 forks source link

Unfreeze Server on POSIX signal #270

Open leleneme opened 7 months ago

leleneme commented 7 months ago

Is there an existing feature request for this?

Describe the feature you would like to see.

As far as I know, the only way to wake up a frozen server through msh is by connecting with a Minecraft client.

Describe the solution you'd like.

My suggestion is for an msh instance to listen to a user signal (SIGUSR1 or SIGUSR2) then it could wake up the Minecraft server.

Additional context to this request.

No response