I'm attempting to install the sty server on CentOS by following the direction found here: http://wiki.armagetronad.net/index.php?title=Sty
After make & make install, it uses /root as a prefix, and I know where them files are, but how do you start the server? armagetronad-dedicated nor armagetronad-sty is either a service or able to be executed by typing "armagetronad-dedicated" into the terminal.
I'm installing this remotely on a dedicated server through SSH.
Sty Installation Help
Re: Sty Installation Help
ok it does open with armagetronad-dedicated but how can i run it as a service because when nobody is there, the SSH will get a broken pipe running like that
Re: Sty Installation Help
Either with the 'screen' helper program or via "/etc/init.d/armagetronad-dedicated start" (and adding that script to the automatically started scripts via whatever your system demands for that.)