02-07-2005, 12:44 AM
If you want to spawn something at boot time, you need to specify which distro you're using. Different distros use different boot script schemes. Red Hat, for instance, uses System V (5) initscripts. You can read up on how RH initscripts work and how to write your own by looking at the documentation in /usr/share/doc/initscript*. (The actual directory has a version number on the end, and will vary depending on what you have installed.)
But remember, this isn't to fix CS. This is just to start it when the box reboots for other reasons (like a power outage or a kernel change).
But remember, this isn't to fix CS. This is just to start it when the box reboots for other reasons (like a power outage or a kernel change).