Posted: Sat Jan 05, 2008 8:38 pm Post subject: Linux Root Gamecreate Autostart?
Hi there,
gamecreate works fine for us, but i have a little question. In cause of the reboots of our rootserver from the provider (every 10th, 11th day i think) i want to add gamecreate as a process to the autostart init, so i dont have to look back if the server is running or not.
If you have /etc/conf.d/local.start file, enter the
following into it:
Code:
su yourusername -c "cd /home/yourusername/games && ./gamecreate.x86"
Modify yourusername so it matches your setup, and
make sure the directory is correct.
Different Linux distros have different init-setups, so
you may not have local.start. We use this for our
Gentoo-systems.
Also, in case you actually meant you run GC as root,
you really shouldn't. You should run as few processes
as possible as root, especially when they communicate
with the outside world as GC does.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum