[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: init.d scripts runs at rc5.d, not rc0.d
- From: "Charles R. Anderson" <cra WPI EDU>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: init.d scripts runs at rc5.d, not rc0.d
- Date: Tue, 6 Apr 2004 11:05:30 -0400
On Tue, Apr 06, 2004 at 09:50:35AM -0500, Brian Millett wrote:
> Question to the sages:
> Why? If the lock file is so important to the success or failure of the
> execution of the script, then why not have the rc script write the lock
> file?
The rc script won't know that the service is started or stopped--only
the init.d script will. It is the responsibility of the init.d script
to manage the lock file. It prevents e.g. starting the same service
twice.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]