Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] boot specific service in sequence Xavier Parizet <xav@×××××××××.com>