Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] In which order services are started?
Date: Wed, 21 Apr 2010 19:47:46
Message-Id: 201004212147.17650.wonko@wonkology.org
In Reply to: Re: [gentoo-user] In which order services are started? by Dale
1 Dale writes:
2
3 > Alex Schuster wrote:
4 > > Jarry writes:
5 > >> Is there any way to find out in which order services are
6 > >> started during boot-up (except for looking at boot-up
7 > >> screen and making notes)?
8 > >
9 > > I think the output of 'rc-status' shows the services in the right
10 > > order.
11
12 > It may be a coincidence but mine are alphabetical.
13
14 This may be a baselayout-2 thing then. Here the output looks like this:
15
16 wonko@weird ~ $ rc-status boot|cut -d " " -f 2
17 boot
18 hwclock
19 modules
20 lvm
21 device-mapper
22 dmcrypt
23 fsck
24 root
25 mtab
26 localmount
27 hostname
28 sysctl
29 bootmisc
30 procfs
31 termencoding
32 consolefont
33 keymaps
34 net.lo
35 urandom
36 swap
37
38 wonko@weird ~ $ rc-status default|cut -d " " -f 2
39 default
40 hdparm
41 net.eth0
42 rsyncd
43 metalog
44 hald
45 cupsd
46 nfs
47 nfsmount
48 netmount
49 gpm
50 xdm
51 alsasound
52 distccd
53 fcron
54 lm_sensors
55 mysql
56 ntpd
57 smartd
58 sshd
59 udev-postmount
60 vmware
61 local
62
63 Wonko

Replies

Subject Author
Re: [gentoo-user] In which order services are started? Dale <rdalek1967@×××××.com>