Print this page
XXX Rearchitect and replace interrupt distribution
        
*** 22,33 ****
   CDDL HEADER END
  
          Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
          Use is subject to license terms.
  
-         ident   "%Z%%M% %I%     %E% SMI"
- 
          NOTE:  This service manifest is not editable; its contents will
          be overwritten by package or patch operations, including
          operating system upgrade.  Make customizations in a different
          file.
  -->
--- 22,31 ----
*** 52,70 ****
          </dependency>
  
          <exec_method
                  type='method'
                  name='start'
!                 exec='/lib/svc/method/svc-intrd'
                  timeout_seconds='60' />
  
          <exec_method
                  type='method'
                  name='stop'
!                 exec=':kill'
                  timeout_seconds='10' />
  
          <stability value='Unstable' />
  
          <template>
                  <common_name>
                          <loctext xml:lang='C'> interrupt balancer
--- 50,72 ----
          </dependency>
  
          <exec_method
                  type='method'
                  name='start'
!                 exec='/lib/svc/method/svc-intrd start'
                  timeout_seconds='60' />
  
          <exec_method
                  type='method'
                  name='stop'
!                 exec='/lib/svc/method/svc-intrd stop'
                  timeout_seconds='10' />
  
+         <property_group name='startd' type='framework'>
+                 <propval name='duration' type='astring' value='transient' />
+         </property_group>
+ 
          <stability value='Unstable' />
  
          <template>
                  <common_name>
                          <loctext xml:lang='C'> interrupt balancer