-
Notifications
You must be signed in to change notification settings - Fork 159
/
STARTLEVEL
61 lines (49 loc) · 1.23 KB
/
STARTLEVEL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
current STARTLEVEL of packages:
#Hardcoded
crond
telnetd
webcfg
#Basics
inotify-tools STARTLEVEL=10
usbroot STARTLEVEL=11
syslogd-cgi STARTLEVEL=12
downloader STARTLEVEL=13
inetd STARTLEVEL=14
#Interfaces
cpmaccfg-cgi STARTLEVEL=20
virtualip-cgi STARTLEVEL=20
#Firewall
iptables-cgi STARTLEVEL=25
nhipt STARTLEVEL=25
#SSH
authorized-keys STARTLEVEL=30
dropbear STARTLEVEL=30
#DNS
bind STARTLEVEL=40 # multid-wrapper may start it earlier!
dnsmasq STARTLEVEL=40 # multid-wrapper may start it earlier!
#Mounting
autofs STARTLEVEL=50
cifsmount STARTLEVEL=50
davfs2 STARTLEVEL=50
#various
openntpd STARTLEVEL=60 # before aiccu
oidentd STARTLEVEL=60 # before bip, before ngircd
aiccu STARTLEVEL=61 # before RRDstats, before vnstat-cgi, after opnenntp
#Telefon
callmonitor STARTLEVEL=71
#Tunnel
openconnect STARTLEVEL=81
openvpn STARTLEVEL=81
ppp-cgi STARTLEVEL=81
pppd STARTLEVEL=81
stunnel STARTLEVEL=81
vpnc STARTLEVEL=81
vtun STARTLEVEL=81
#Routing
bird STARTLEVEL=82
quagga STARTLEVEL=82
#Misc
dbus STARTLEVEL=90 # before avahi
php STARTLEVEL=90 # before lighttpd
sundtek STARTLEVEL=90 # before rrdstats
# grep STARTLEVEL `find . -name *.mk` |sed 's/ #/\t#/g;s/.*\///g;s/.mk:\$(PKG)_/\t/g' |sort -k2