Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Palworld: Graceful stop using shutdown command #4555

Open
ArmGadge opened this issue Apr 9, 2024 · 0 comments
Open

[Feature]: Palworld: Graceful stop using shutdown command #4555

ArmGadge opened this issue Apr 9, 2024 · 0 comments
Labels

Comments

@ArmGadge
Copy link

ArmGadge commented Apr 9, 2024

User story

As a server admin, I want to stop the server gracefully so that using shutdown command.

Game

Palworld

Linux distro

No response

Command

command: stop

Further information

I found one of the devs answered the question about how to shutdown the Palworld server.

Devs answered:

  • It is recommend to use the shutdown command to avoid any risk of world data corruption
  • They think kill term and SIGINT(CTRL+C) are doing same behavior, but it's likely has not been handled as terminate processing

Source: Pocketpair Official Discord (Written in Japanese)
https://discord.com/channels/505994577942151180/1197832028570271744/1225335612572303420

To issue the shutdown command, we have to use RCON or REST API, so I want to suggest to make stop command customizable so that call curl command.

Reference: shutdown command using REST API
https://tech.palworldgame.com/api/rest-api/shutdown/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 New Issues
Development

No branches or pull requests

1 participant