components/gnome/gtk3/files/gtk3-input-method-cache.xml
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 22 Sep 2016 16:57:34 -0700
changeset 6968 8acbeef80cf1
child 6969 c033ca9bd950
permissions -rw-r--r--
16513834 input-method-cache SMF action does not follow GTK3 update

<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--

Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.

CDDL HEADER START

The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.

You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.

When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at usr/src/OPENSOLARIS.LICENSE.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]

CDDL HEADER END

Service manifest for ensuring GSettings schemas & overrides are compiled into
required form on install & update

-->

<service_bundle type='manifest' name='gtk3-input-method-cache'>

<service
	name='application/desktop-cache/gtk3-input-method-cache'
	type='service'
	version='1'>

	<create_default_instance enabled='true' />

	<single_instance />

	<!-- Need / & /usr filesystems mounted -->
	<dependency
		name='usr'
		type='service'
		grouping='require_all'
		restart_on='none'>
		<service_fmri value='svc:/system/filesystem/minimal' />
	</dependency>

	<dependent
		name='gtk3-input-method-cache_assembly-complete'
		grouping='optional_all'
		restart_on='none'>
		<service_fmri value='svc:/milestone/self-assembly-complete' />
	</dependent>

	<!-- Need to be run before gdm is started -->
	<dependent
		name='gtk3-input-method-cache_gdm'
		grouping='optional_all'
		restart_on='none'>
		<service_fmri value='svc:/application/graphical-login/gdm' />
	</dependent>

	<method_context>
		<method_credential user='daemon' group='daemon'
			privileges='basic,{zone}:/usr/lib/gtk-3.0/3.0.0/*,{zone}:/usr/lib/amd64/gtk-3.0/3.0.0/*,{zone}:/usr/lib/sparcv9/gtk-3.0/3.0.0/*' />
	</method_context>

	<exec_method
		type='method'
		name='start'
		exec='/lib/svc/method/gtk3-input-method-cache %m'
		timeout_seconds='600'>
	</exec_method>

	<exec_method
		type='method'
		name='refresh'
		exec='/lib/svc/method/gtk3-input-method-cache %m'
		timeout_seconds='600'>
	</exec_method>

	<exec_method
		type='method'
		name='stop'
		exec=':true'
		timeout_seconds='60' />

	<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'>GTK+ 3.x input method module cache service
				</loctext>
		</common_name>

		<documentation>
			<manpage
				title='application/desktop-cache/gtk3-input-method-cache'
				section='8s'
				manpath='/usr/share/man' />
		</documentation>
	</template>
</service>

</service_bundle>