[GLLUG] adding init scripts to runlevels suse 9.3

Alec Warner warnera6 at egr.msu.edu
Fri Jun 30 09:22:29 EDT 2006


Caleb Cushing wrote:
> I've been trying to figure out how to make some init scripts run on run
> level 3 by default. in gentoo it would be
> 
> # rc-update add <scriptname> default
> 
> but I have no Idea how to do it in suse. the online docs I found weren't
> exactly helpful. appreciate the help.

rc-update is merely a script that makes symlinks.

Typically you have a directory called /etc/rc.d/ which contains a set of
runlevels [0-6] and sometimes s.

So take a sneaky peaky in there if you have one; you are either
symlinking or adding things to a file usually (SYS V or BSD).


More information about the linux-user mailing list