Gentoo Archives: gentoo-user

From: Xavier Parizet <xav@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] boot specific service in sequence
Date: Fri, 26 Feb 2010 08:03:52
Message-Id: 4B877751.3060304@gentooist.com
In Reply to: Re: [gentoo-user] boot specific service in sequence by Kaushal Shriyan
1 On 02/26/2010 06:14 AM, Kaushal Shriyan wrote:
2 > On Thu, Feb 25, 2010 at 7:03 PM, Xavier Parizet <xav@×××××××××.com> wrote:
3 >> On 02/25/2010 02:12 PM, Neil Bothwick wrote:
4 >>> On Thu, 25 Feb 2010 13:15:57 +0100, Xavier Parizet wrote:
5 >>>
6 >>>> The syntax is: rc_need_[name of the service]="[list of space-separated
7 >>>> services you want [name of the service] to depend on]"
8 >>>
9 >>> According to the man page, the syntax is
10 >>>
11 >>> rc_SERVICENAME_need="list of services"
12 >>>
13 >>> although I've never used this myself.
14 >>
15 >> You're right, i write the mail then checked the man pages and corrected
16 >> only the first rc_ example but forgot about this one.
17 >>
18 >> My apologizes.
19 >>
20 >
21 > Hi,
22 >
23 > I did ran the below command.
24
25 Ran or written in /etc/rc.conf ?
26
27 > rc_scriptrunner_need="configserver"
28 > rc_tomcat_need="scriptrunner"
29 >
30 > is there a way to check and verify it ?
31
32 You can stop tomcat, scriptrunner and configserver services, then start
33 only tomcat and see if this start other two services. If it works, then
34 two other services should be started in the same time.
35
36 > Thanks and Regards,
37 >
38 > Kaushal
39
40 --
41 Xavier Parizet
42 YaGB : http://gentooist.com
43 GPG : C7DC B10E FC21 63BE
44 B453 D239 F6E6 DF65 1569 91BF

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] boot specific service in sequence Kaushal Shriyan <kaushalshriyan@×××××.com>