public
imalexnord
read
Discord-Hetzner-Bot
No description yet
Languages
Repository composition by tracked source files.
Python
100%
Create file
Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/discord-hetzner-bot.git
ssh://[email protected]:2222/user/imalexnord/discord-hetzner-bot.git
Commit
Update README.md
e8de061
README.md | 2 ++
1 file changed, 2 insertions(+)
Diff
diff --git a/README.md b/README.md
index 1f29524..314c3af 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,5 @@ A discord bot to start a hetzner cloud server from a snapshot with the data on a
## Notes
I recommend the usage of a systemd service unit for the bot itself, because currently the bot tends to stop while waiting for the server creation.
+Also I recommend to make sure that the running application/game saves all data before exiting for example with an additional ExecStop line in the service unit wich simply executes a sleep command.
+The basic idea was a discord bot to start a gameserver when needed.