Re: What is the equivalent in openSUSE to /etc/rc.d/rc.local?
- From: David Bailey <Newsgroups@xxxxxxxxxxxx>
- Date: Sat, 04 Oct 2008 00:10:01 GMT
On Thu, 02 Oct 2008 12:33:48 +0200, houghi wrote:
Tom wrote:
Now I want to make this setting permanent. 1. Unfortunately there is no
/etc/rc.d/rc.local in my openSUSE 11 system. What should I do in my
case?
/etc/init.d/boot.local
NB. boot.local may or may not be what you want.
boot.local is run after the boot.* scripts but BEFORE any runlevel
scripts. Whereas rc.local is normally run after the runlevel scripts.
In your case it will probably be what you want, as you are setting up a
block device that presumably will already exist by this time and won't
have any dependencies on anything that is started later.
If you do need to run you script later, you can actually create a proper
init script. There are some skeleton scripts in /etc/init.d/ that you
can use as a basis for your init script. I have had to do that for a few
things I would normally have started in rc.local, but can't do in
boot.local
--
Regards,
David Bailey
david _AT_ bailey dot id dot au
.
- References:
- Prev by Date: Re: Unknown user
- Next by Date: Re: Sound problems with HP XW4400
- Previous by thread: Re: What is the equivalent in openSUSE to /etc/rc.d/rc.local?
- Next by thread: gimp 2.6
- Index(es):
Relevant Pages
|