Passbolt/fcron-3.2.0/script/fcron-solaris10-manifest.xml

36 lines
1.5 KiB
XML

<?xml version='1.0'?>
<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
<service_bundle type='manifest' name='export'>
<service name='system/fcron' type='service' version='0'>
<create_default_instance enabled='true'/>
<single_instance/>
<dependency name='usr' grouping='require_all' restart_on='none' type='service'>
<service_fmri value='svc:/system/filesystem/local'/>
</dependency>
<dependency name='ns' grouping='require_all' restart_on='none' type='service'>
<service_fmri value='svc:/milestone/name-services'/>
</dependency>
<exec_method name='start' type='method' exec='/usr/local/sbin/fcron -b' timeout_seconds='60'>
<method_context>
<method_credential user='root' group='root'/>
</method_context>
</exec_method>
<exec_method name='stop' type='method' exec=':kill' timeout_seconds='60'>
<method_context/>
</exec_method>
<property_group name='startd' type='framework'>
<propval name='ignore_error' type='astring' value='core,signal'/>
</property_group>
<stability value='Unstable'/>
<template>
<common_name>
<loctext xml:lang='C'>Periodical command scheduler (fcron)</loctext>
</common_name>
<documentation>
<manpage title='fcron' section='1M' manpath='/usr/local/share/man'/>
<manpage title='fcrontab' section='1' manpath='/usr/local/share/man'/>
</documentation>
</template>
</service>
</service_bundle>