Skip to content

Commit

Permalink
Deploy code docs to GitHub Pages for workflow run 402
Browse files Browse the repository at this point in the history
Commit: c0b9d3d
  • Loading branch information
tgstation-server committed Jul 25, 2023
1 parent 0833196 commit 44380e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ <h2><a class="anchor" id="autotoc_md17"></a>
<p >Test your server is running by visiting the local port in your browser. You should receive a 401 Unauthorized response (You may need to view the developer console). Otherwise an error page will be present.</p>
<h2><a class="anchor" id="autotoc_md18"></a>
Stopping</h2>
<p >Note that the live detach for DreamDaemon servers is only supported for updates or restarts via the API at this time. Stopping tgstation-server will TERMINATE ALL CHILD DREAMDAEMON SERVERS.</p>
<p >For the Windows service version stop the <code>tgstation-server</code> service</p>
<p >Normally stopping TGS will terminate DreamDaemon processes. If you need a graceful detach, send command <code>130</code> to the Windows service or signal <code>SIGUSR2</code> to the Linux dotnet process. Detaching with the Windows console runner is currently not officially supported.</p>
<p >For the Windows service version stop the <code>tgstation-server</code> service.</p>
<p >For the SystemD managed service, use <code>systemctl stop tgstation-server</code>. DO NOT USE <code>systemctl kill</code> as this can create orphaned processes while leaving TGS running.</p>
<p >For the console version press <code>Ctrl+C</code> or send a SIGQUIT to the ORIGINAL dotnet process</p>
<p >For the docker version run <code>docker stop &lt;your container name&gt;</code></p>
<p >For the console version press <code>Ctrl+C</code> or send a SIGQUIT to the ORIGINAL dotnet process.</p>
<p >For the docker version run <code>docker stop &lt;your container name&gt;</code>.</p>
<h2><a class="anchor" id="autotoc_md19"></a>
Updating the Game</h2>
<h1><a class="anchor" id="autotoc_md20"></a>
Expand Down

0 comments on commit 44380e7

Please sign in to comment.