gconf-multi-user-desktop.xml revision 19962
19931N/A<?xml version="1.0"?>
19931N/A<!--
19931N/A CDDL HEADER START
19931N/A
19931N/A The contents of this file are subject to the terms of the
19931N/A Common Development and Distribution License (the "License").
19931N/A You may not use this file except in compliance with the License.
19931N/A
19931N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
19931N/A or http://www.opensolaris.org/os/licensing.
19931N/A See the License for the specific language governing permissions
19931N/A and limitations under the License.
19931N/A
19931N/A When distributing Covered Code, include this CDDL HEADER in each
19931N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19931N/A If applicable, add the following below this CDDL HEADER, with the
19931N/A fields enclosed by brackets "[]" replaced with your own identifying
19931N/A information: Portions Copyright [yyyy] [name of copyright owner]
19931N/A
19931N/A CDDL HEADER END
19931N/A
19931N/A
19931N/A Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
19931N/A
19931N/A Use is subject to license terms.
19931N/A
19931N/A NOTE: This service manifest is not editable; its contents will
19931N/A be overwritten by package or patch operations, including
19931N/A operating system upgrade. Make customizations in a different
19931N/A file.
19931N/A
19931N/A
19931N/A-->
19931N/A
19931N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
19931N/A
19941N/A<service_bundle type='manifest' name=':SUNWgnome-config:gconf-multi-user-desktop'>
19931N/A
19931N/A<service
19941N/A name='application/gconf/multi-user-desktop'
19931N/A type='service'
19931N/A version='1'>
19931N/A
19962N/A <create_default_instance enabled='false' />
19931N/A
19931N/A <single_instance />
19931N/A
19931N/A <!-- Need / & /usr filesystems mounted, /var mounted read/write -->
19931N/A <dependency
19931N/A name='fs-local'
19931N/A type='service'
19931N/A grouping='require_all'
19931N/A restart_on='none'>
19931N/A <service_fmri value='svc:/system/filesystem/local' />
19931N/A </dependency>
19931N/A
19931N/A <exec_method
19931N/A type='method'
19931N/A name='start'
19941N/A exec='/lib/svc/method/svc-gconf-multi-user-desktop %m'
19931N/A timeout_seconds='15000'>
19931N/A <method_context>
19931N/A <method_credential user='root' group='root' />
19931N/A </method_context>
19931N/A </exec_method>
19931N/A
19931N/A <exec_method
19931N/A type='method'
19931N/A name='stop'
19941N/A exec='/lib/svc/method/svc-gconf-multi-user-desktop %m'
19931N/A timeout_seconds='120' />
19931N/A
19931N/A <property_group name='startd' type='framework'>
19931N/A <propval name='duration' type='astring'
19931N/A value='transient' />
19931N/A </property_group>
19931N/A
19931N/A <stability value='Unstable' />
19931N/A
19931N/A <template>
19931N/A <common_name>
19931N/A <loctext xml:lang='C'>
19941N/A Switches default gconf keys between Multi User Optimized Desktop and Fat Desktop.
19931N/A </loctext>
19931N/A </common_name>
19931N/A </template>
19931N/A</service>
19931N/A
19931N/A</service_bundle>