Skip to content

Commit 9da28e6

Browse files
authored
docs: update stop-mode list (#106)
1 parent f48cc6f commit 9da28e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/stop-mode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Stop mode allows a game server to gracefully shutdown by sending a stop signal to the server. The stop signal might be one of the various commands such as `stop`,`quit`,`exit` etc. In some cases, this is important to give the server time to save its state.
44

55
```text
6-
# Stop Mode | https://docs.linuxgsm.com/features/stopmode
6+
# Stop Mode | https://docs.linuxgsm.com/features/stop-mode
77
# 1: tmux kill
88
# 2: CTRL+c
99
# 3: quit
@@ -13,9 +13,9 @@ Stop mode allows a game server to gracefully shutdown by sending a stop signal t
1313
# 7: exit
1414
# 8: 7 Days to Die
1515
# 9: GoldSrc
16-
# 10: Teamspeak 3
16+
# 10: Avorion
17+
# 11: end
18+
# 12: shutdown
19+
# 13: Soulmask
1720
stopmode="7"
1821
```
19-
20-
21-

0 commit comments

Comments
 (0)