blob: fe245e0475a619772299dd70533ffd775af527c1 (
plain)
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
|
Index: smf-base/usr/src/cmd/svc/milestone/multi-user.xml
===================================================================
--- smf-base.orig/usr/src/cmd/svc/milestone/multi-user.xml 2012-10-08 00:25:33.000000000 +0000
+++ smf-base/usr/src/cmd/svc/milestone/multi-user.xml 2013-01-26 00:18:13.544081696 +0000
@@ -95,18 +95,11 @@
<service_fmri value='svc:/system/system-log' />
</dependency>
- <!--
- We can't know how long legacy init scripts will take to run. Set
- the timeout value high enough to allow them to take their time
- to start.
- -->
<exec_method
type='method'
name='start'
- exec='/sbin/rc2 start'
- timeout_seconds='1800'>
- <propval name='restart_on'
- type='astring' value='external_fault' />
+ exec=':true'
+ timeout_seconds='0'>
</exec_method>
<exec_method
|