Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Adding dependencies in init scripts
Date: Thu, 11 Feb 2010 10:22:40
Message-Id: 4B73DA47.1080304@gmail.com
In Reply to: [gentoo-user] Adding dependencies in init scripts by Damian
1 chrome://messenger/locale/messengercompose/composeMsgs.properties:
2 > Hello,
3 >
4 > I would like to configure my system so that every time I start mpd
5 > (via /etc/init.d/mpd) mpdscrible is started as well. What is the best
6 > way to achieve this?
7 >
8 > Thanks in advance,
9 > Damian.
10 >
11 >
12 >
13
14 I found this by looking in the cups init script. It should help.
15
16 depend() {
17 use net
18 need avahi-daemon dbus
19 before nfs
20 after logger
21 }
22
23 Dale
24
25 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Adding dependencies in init scripts Damian <damian.only@×××××.com>