23.12.2010, 13:37
Quote:
The way Lady Cucumber said work to, but I preffer to use:
Код:
nohup ./samp03svr & Код:
killall samp03svr https://sampwiki.blast.hk/wiki/Linux_Server |
Quote:
~/samp03# nohup: ignoring input and appending output to `nohup.out' |
Quote:
This is how i do it;
Logging in to the samp user from SSH; 1. screen -dmS SampServ 2. screen -x SampServ 3. Make sure you are in the right directory, then ./samp03svr -c server.conf 4. CTRL+A+D to detach from the screen 5. exit To get back to the screen, screen -x SampServ to detach again, CTRL+A+D |