Ubuntu: Start screen in detached mode
by admin on Aug.29, 2010, under Linux (Ubuntu)
Today I coded a utility to restart my UT3 server whenever it crashes. Therefore I designed my code to monitor the ut3-bin once a minute, and whenever it goes offline, the following line is being executed:
screen -d -m ./startserver.sh
It’s very useful for me, as my application continues monitoring the server after running it in background, instead of printing the output to the terminal. 😉
March 20th, 2011 on 23:00
Thanks for that awesome posting. It saved MUCH time 🙂