You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/start-stop-restart.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# start-stop-restart
2
2
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.
4
4
5
5
## Commands
6
6
@@ -12,13 +12,20 @@ Will start the server in a [tmux](../requirements/tmux.md) session allowing the
12
12
13
13
### Stopping a server
14
14
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.
16
16
17
17
`./gameserver stop`
18
18
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.
Copy file name to clipboardExpand all lines: features/stop-mode.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
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.
Copy file name to clipboardExpand all lines: linux/distro.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ CentOS is no longer recommended for use with LinuxGSM for hosting game servers.
81
81
{% endhint %}
82
82
83
83
{% 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
85
85
{% endhint %}
86
86
87
87
{% hint style="danger" %}
@@ -118,23 +118,23 @@ Rocky Linux or Alma Linux are now the recommended alternative Enterprise Linux D
118
118
* Game Server Hosting: Rocky Linux's RHEL compatibility and stability make it an excellent choice for deploying and managing game servers with LinuxGSM.
119
119
* Continuity from CentOS: For users previously running game servers on CentOS with LinuxGSM, transitioning to Rocky Linux ensures a familiar and stable environment.
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.
130
130
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.
133
133
134
134
#### **Ideal Use Cases:**
135
135
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.
0 commit comments