| Current File : //lib/svc/manifest/system/metasync.xml |
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
Copyright 2006 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.
Service manifest for metasync.
-->
<service_bundle type='manifest' name='SUNWmdr:metasync'>
<service
name='system/metasync'
type='service'
version='1'>
<create_default_instance enabled='true' />
<single_instance />
<dependency
name='usr'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/system/filesystem/minimal' />
</dependency>
<dependency
name='metainit'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/system/metainit' />
</dependency>
<dependent
name='metasync_multi-user'
grouping='optional_all'
restart_on='none'>
<service_fmri value='svc:/milestone/multi-user' />
</dependent>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/svc-metasync'
timeout_seconds='180' />
<exec_method
type='method'
name='stop'
exec=':true'
timeout_seconds='2' />
<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'>
SVM metasync
</loctext>
</common_name>
<documentation>
<manpage
title='metasync'
section='1M'
manpath='/usr/share/man' />
</documentation>
</template>
</service>
</service_bundle>