5 CDDL HEADER START
6
7 The contents of this file are subject to the terms of the
8 Common Development and Distribution License (the "License").
9 You may not use this file except in compliance with the License.
10
11 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12 or http://www.opensolaris.org/os/licensing.
13 See the License for the specific language governing permissions
14 and limitations under the License.
15
16 When distributing Covered Code, include this CDDL HEADER in each
17 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18 If applicable, add the following below this CDDL HEADER, with the
19 fields enclosed by brackets "[]" replaced with your own identifying
20 information: Portions Copyright [yyyy] [name of copyright owner]
21
22 CDDL HEADER END
23
24 Copyright 2015 Nexenta Systems, Inc. All rights reserved.
25
26 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
27 Use is subject to license terms.
28
29 Service manifest for rpcbind
30
31 NOTE: This service manifest is not editable; its contents will
32 be overwritten by package or patch operations, including
33 operating system upgrade. Make customizations in a different
34 file.
35 -->
36
37 <service_bundle type='manifest' name='SUNWcsr:rpcbind'>
38
39 <service
40 name='network/rpc/bind'
41 type='service'
42 version='1'>
43
44 <create_default_instance enabled='true' />
45
46 <single_instance />
47
48 <dependency
49 name='fs'
50 grouping='require_all'
51 restart_on='none'
52 type='service'>
53 <service_fmri value='svc:/system/filesystem/minimal' />
54 </dependency>
55
56 <dependency
57 name='sysidtool'
58 grouping='require_all'
59 restart_on='none'
60 type='service'>
61 <service_fmri
62 value='svc:/system/sysidtool:net' />
63 </dependency>
64
65 <!--
66 rpcbind(1M) depends on multicast routes installed by the
67 routing-setup service, and should be started after any IPsec
68 policy is configured and TCP ndd tunables are set (both
69 currently carried out by network/initial).
70 -->
71 <dependency
72 name='network_initial'
73 grouping='optional_all'
74 restart_on='none'
75 type='service'>
76 <service_fmri value='svc:/network/routing-setup:default' />
77 <service_fmri value='svc:/network/initial:default' />
78 </dependency>
79
80 <dependency
81 name='network_ipfilter'
82 grouping='optional_all'
83 restart_on='none'
84 type='service'>
|
5 CDDL HEADER START
6
7 The contents of this file are subject to the terms of the
8 Common Development and Distribution License (the "License").
9 You may not use this file except in compliance with the License.
10
11 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12 or http://www.opensolaris.org/os/licensing.
13 See the License for the specific language governing permissions
14 and limitations under the License.
15
16 When distributing Covered Code, include this CDDL HEADER in each
17 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18 If applicable, add the following below this CDDL HEADER, with the
19 fields enclosed by brackets "[]" replaced with your own identifying
20 information: Portions Copyright [yyyy] [name of copyright owner]
21
22 CDDL HEADER END
23
24 Copyright 2015 Nexenta Systems, Inc. All rights reserved.
25 Copyright 2014 OmniTI Computer Consulting, Inc. All rights reserved.
26 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
27 Use is subject to license terms.
28
29 Service manifest for rpcbind
30
31 NOTE: This service manifest is not editable; its contents will
32 be overwritten by package or patch operations, including
33 operating system upgrade. Make customizations in a different
34 file.
35 -->
36
37 <service_bundle type='manifest' name='SUNWcsr:rpcbind'>
38
39 <service
40 name='network/rpc/bind'
41 type='service'
42 version='1'>
43
44 <create_default_instance enabled='true' />
45
46 <single_instance />
47
48 <dependency
49 name='fs'
50 grouping='require_all'
51 restart_on='none'
52 type='service'>
53 <service_fmri value='svc:/system/filesystem/minimal' />
54 </dependency>
55
56 <!--
57 rpcbind(1M) depends on multicast routes installed by the
58 routing-setup service, and should be started after any IPsec
59 policy is configured and TCP ndd tunables are set (both
60 currently carried out by network/initial).
61 -->
62 <dependency
63 name='network_initial'
64 grouping='optional_all'
65 restart_on='none'
66 type='service'>
67 <service_fmri value='svc:/network/routing-setup:default' />
68 <service_fmri value='svc:/network/initial:default' />
69 </dependency>
70
71 <dependency
72 name='network_ipfilter'
73 grouping='optional_all'
74 restart_on='none'
75 type='service'>
|