[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
howtos:games:conan_exiles [2019/02/21 11:37 (UTC)] – Move and rename from software markandhowtos:games:conan_exiles [2019/02/21 23:46 (UTC)] – [Stoping the Game Server] arfon
Line 84: Line 84:
  
  
-==== Stoping the Game Server ====+==== Stopping the Game Server ====
  
 To stop the game server, all you have to do is CTRL-C in the console/window in which you are running it. To stop the game server, all you have to do is CTRL-C in the console/window in which you are running it.
 +
 +
 +
 +If the server is running in the background (or you need to script stop it):
 +
 +<code>kill -SIGINT $(ps aux | grep ConanSandboxServer | grep -v grep | awk '{print$2}')</code>
  
  
 howtos:games:conan_exiles ()