Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit

Permalink
Remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneEveritt committed Dec 6, 2014
1 parent e500412 commit 5c6084d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions services/gameprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ GameServer.prototype.turnon = function() {
return;
}

exec('killall --quiet --user '+ self.config.user, function(error, stdout, stderr) {
console.log("Killing all previous processes for "+self.config.user);
}

this.plugin.preflight(this);

this.ps = pty.spawn(this.exe, this.commandline, {cwd: this.config.path, uid: userid.uid(self.config.user), gid: userid.gid("gsdusers")});
Expand Down

0 comments on commit 5c6084d

Please sign in to comment.