Print this page
374 cron should send more useful mail


  80 
  81         <exec_method
  82                 type='method'
  83                 name='refresh'
  84                 exec=':kill -THAW'
  85                 timeout_seconds='60'>
  86         </exec_method>
  87 
  88         <property_group name='startd' type='framework'>
  89                 <!-- sub-process core dumps shouldn't restart session -->
  90                 <propval name='ignore_error' type='astring'
  91                     value='core,signal' />
  92         </property_group>
  93 
  94         <property_group name='general' type='framework'>
  95                 <!-- to start stop cron -->
  96                 <propval name='action_authorization' type='astring'
  97                         value='solaris.smf.manage.cron' />
  98         </property_group>
  99 









 100         <instance name='default' enabled='false' />
 101 
 102         <stability value='Unstable' />
 103 
 104         <template>
 105                 <common_name>
 106                         <loctext xml:lang='C'>
 107                         clock daemon (cron)
 108                         </loctext>
 109                 </common_name>
 110                 <documentation>
 111                         <manpage title='cron' section='1M' manpath='/usr/share/man' />
 112                         <manpage title='crontab' section='1' manpath='/usr/share/man' />
 113                 </documentation>
 114         </template>
 115 </service>
 116 
 117 </service_bundle>


  80 
  81         <exec_method
  82                 type='method'
  83                 name='refresh'
  84                 exec=':kill -THAW'
  85                 timeout_seconds='60'>
  86         </exec_method>
  87 
  88         <property_group name='startd' type='framework'>
  89                 <!-- sub-process core dumps shouldn't restart session -->
  90                 <propval name='ignore_error' type='astring'
  91                     value='core,signal' />
  92         </property_group>
  93 
  94         <property_group name='general' type='framework'>
  95                 <!-- to start stop cron -->
  96                 <propval name='action_authorization' type='astring'
  97                         value='solaris.smf.manage.cron' />
  98         </property_group>
  99 
 100         <property_group name='config' type='application'>
 101                 <!-- use legacy (static) subject string in mail? -->
 102                 <propval name='legacy_subject' type='boolean'
 103                         value='false' />
 104                 <!-- include X-Mailer, X-Cron-* headers in mail? -->
 105                 <propval name='extra_headers' type='boolean'
 106                         value='true' />
 107         </property_group>
 108 
 109         <instance name='default' enabled='false' />
 110 
 111         <stability value='Unstable' />
 112 
 113         <template>
 114                 <common_name>
 115                         <loctext xml:lang='C'>
 116                         clock daemon (cron)
 117                         </loctext>
 118                 </common_name>
 119                 <documentation>
 120                         <manpage title='cron' section='1M' manpath='/usr/share/man' />
 121                         <manpage title='crontab' section='1' manpath='/usr/share/man' />
 122                 </documentation>
 123         </template>
 124 </service>
 125 
 126 </service_bundle>