Gentoo Archives: gentoo-user

From: LK <linuxrocksrulers@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] How do I deamonize every service?
Date: Wed, 15 Feb 2012 15:41:44
Message-Id: 583D6E25-DDC1-4C9F-9345-650AC09D5199@gmail.com
1 On 2012, Feb 14, Tuesday, 13:30, Nikos Chantziaras wrote:
2 > -b, --background
3 > Background immediately. This is useful for startup
4 > scripts which don't disable link messages for carrier
5 > status.
6 >
7 > So to use that option, edit /etc/conf.d/net and use:
8 >
9 > dhcpcd_eth0="--background"
10 That works.
11
12 On Arch Linux there is a variable with all important things to
13 be run, like dhcpcd, ssh, apache, and so on. If I want i can
14 simply prepend a '@' to be begin to start it in the background.
15 I miss that ease on gentoo, where i dont want to wait
16 for sshd or dhcpcd to start. Now the above solution for
17 dhcpcd is not general.
18
19 I dont want to take the specific way for each service.
20
21 TIA.

Replies

Subject Author
Re: [gentoo-user] How do I deamonize every service? Paul Hartman <paul.hartman+gentoo@×××××.com>