Page 1 of 1

Debian Init Script (rev2)

Posted: Fri Sep 26, 2014 2:40 pm
by Blackstorm
Hi all,

I have done my Init Script for Debian (should work with Ubuntu too) :

You just have to edit the vgoemu_init file and change the variable "DAEMONDIR" to match your "vgemu-world" binary.

Script usage : /etc/init.d/vgoemu_init {start|stop|status|restart}

Don't forget to register the script (usefull after a server reboot : update-rc.d vgoemu_init defaults)

Just a little problem, for the moment the worldserver console is not available through the init_script ^^

Re: Debian Init Script (rev2)

Posted: Sun Dec 21, 2014 7:53 am
by Blackstorm
New revision for the linux init script.

Should work with ubuntu and should work now correctly with the autorestart script.

Re: Debian Init Script (rev2)

Posted: Tue Dec 23, 2014 8:52 pm
by falloutdc
I remember when running a quake 3 arena server the init script used 'screen' to "hook" to the server console. With a key combination one can switch between all the active screen sessions from a terminal.

Re: Debian Init Script (rev2)

Posted: Wed Dec 24, 2014 7:52 am
by Blackstorm
yes thanks for that i don't remembered the screen possiblity ^^

I will check for that to keep an access to the server's console if needed ^^