Skip to content

Commit 4f8ad84

Browse files
authored
Merge branch 'GameServerManagers:master' into feature/recommend-extensions
2 parents 53fbb82 + 9da28e6 commit 4f8ad84

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

commands/start-stop-restart.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# start-stop-restart
22

3-
LinuxGSM provides an easy way to start, stop and restart your game server. LinuxGSM knows the location of the server binaries inserts the start parameters to allow the server to start. LinuxGSM will also run various checks to prevent issues and apply any required server fixes to get the game server running.
3+
LinuxGSM provides an easy way to start, stop and restart your game server. LinuxGSM knows the location of the server binaries and inserts the start parameters to allow the server to start. LinuxGSM will also run various checks to prevent issues and apply any required server fixes to get the game server running.
44

55
## Commands
66

@@ -12,13 +12,20 @@ Will start the server in a [tmux](../requirements/tmux.md) session allowing the
1212

1313
### Stopping a server
1414

15-
Stop will attempt a [graceful shutdown](../features/stop-mode.md) of a game server. Failing this it will kill the tmux session.
15+
Stop will attempt a [graceful shutdown](../features/stop-mode.md) of a game server. Failing this stop will kill the tmux session.
1616

1717
`./gameserver stop`
1818

19+
#### Stop only if empty (optional)
20+
21+
If `stoponlyifnoplayers` setting is enabled LinuxGSM will only stop the server if it is empty and prevent it from stopping otherwise. This feature only works with game servers that can use gamedig.
22+
23+
```properties
24+
stoponlyifnoplayers="off"
25+
```
26+
1927
### Restarting a server
2028

21-
Will simply stop, then the start the server.
29+
Will simply stop, and then start the server.
2230

2331
`./gameserver restart`
24-

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-

linux/distro.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ CentOS is no longer recommended for use with LinuxGSM for hosting game servers.
8181
{% endhint %}
8282

8383
{% hint style="info" %}
84-
Rocky Linux or Alma Linux are now the recommended alternative Enterprise Linux Distro
84+
Rocky Linux or **AlmaLinux** are now the recommended alternative Enterprise Linux Distro
8585
{% endhint %}
8686

8787
{% hint style="danger" %}
@@ -118,23 +118,23 @@ Rocky Linux or Alma Linux are now the recommended alternative Enterprise Linux D
118118
* Game Server Hosting: Rocky Linux's RHEL compatibility and stability make it an excellent choice for deploying and managing game servers with LinuxGSM.
119119
* Continuity from CentOS: For users previously running game servers on CentOS with LinuxGSM, transitioning to Rocky Linux ensures a familiar and stable environment.
120120

121-
### **Alma Linux**
121+
### **AlmaLinux**
122122

123123

124124

125125
<figure><img src="../.gitbook/assets/Almalinux-logo-white-v2.png" alt=""><figcaption></figcaption></figure>
126126

127-
#### **Reasons to use Alma Linux with LinuxGSM:**
127+
#### **Reasons to use AlmaLinux with LinuxGSM:**
128128

129-
1. **RHEL Compatibility:** Alma Linux's direct binary compatibility with RHEL ensures that LinuxGSM will run seamlessly on Alma Linux, providing a stable platform for hosting game servers.
129+
1. **RHEL Compatibility:** **AlmaLinux i**s direct binary compatibility with RHEL ensures that LinuxGSM will run seamlessly on **AlmaLinux**, providing a stable platform for hosting game servers.
130130
2. **Community-Driven Development:** LinuxGSM benefits from being community-driven, just like Rocky Linux. This alignment in community-focused development fosters a collaborative environment, where users of both projects can actively contribute and seek support from fellow enthusiasts.
131-
3. **Long-Term Support and Stability:** Game servers require consistent performance and long-term support to avoid disruptions. Alma Linux's commitment to stability and long-term support aligns with the requirements of managing game servers using LinuxGSM.
132-
4. **Security Emphasis:** Alma Linux prioritizes security, providing timely updates and patches. When combined with LinuxGSM's capabilities for automated updates, you can maintain a secure gaming environment effortlessly.
131+
3. **Long-Term Support and Stability:** Game servers require consistent performance and long-term support to avoid disruptions. **AlmaLinux**'s commitment to stability and long-term support aligns with the requirements of managing game servers using LinuxGSM.
132+
4. **Security Emphasis:** **AlmaLinux** prioritizes security, providing timely updates and patches. When combined with LinuxGSM's capabilities for automated updates, you can maintain a secure gaming environment effortlessly.
133133

134134
#### **Ideal Use Cases:**
135135

136-
* CentOS Replacement: For users transitioning from CentOS to Alma Linux for hosting game servers with LinuxGSM, the distribution's RHEL compatibility ensures continuity and stability.
137-
* Enterprise Game Server Deployments: Alma Linux's enterprise-grade stability and long-term support make it well-suited for hosting game servers in professional gaming environments.
136+
* CentOS Replacement: For users transitioning from CentOS to **AlmaLinux** for hosting game servers with LinuxGSM, the distribution's RHEL compatibility ensures continuity and stability.
137+
* Enterprise Game Server Deployments: **AlmaLinux**'s enterprise-grade stability and long-term support make it well-suited for hosting game servers in professional gaming environments.
138138

139139
### EPEL
140140

0 commit comments

Comments
 (0)