1cdf0e10cSrcweir<?xml version="1.0"?>
2cdf0e10cSrcweir
3cdf0e10cSrcweir<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
410544477SAndre Fischer<!--***********************************************************
510544477SAndre Fischer *
610544477SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
710544477SAndre Fischer * or more contributor license agreements.  See the NOTICE file
810544477SAndre Fischer * distributed with this work for additional information
910544477SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
1010544477SAndre Fischer * to you under the Apache License, Version 2.0 (the
1110544477SAndre Fischer * "License"); you may not use this file except in compliance
1210544477SAndre Fischer * with the License.  You may obtain a copy of the License at
1310544477SAndre Fischer *
1410544477SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
1510544477SAndre Fischer *
1610544477SAndre Fischer * Unless required by applicable law or agreed to in writing,
1710544477SAndre Fischer * software distributed under the License is distributed on an
1810544477SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1910544477SAndre Fischer * KIND, either express or implied.  See the License for the
2010544477SAndre Fischer * specific language governing permissions and limitations
2110544477SAndre Fischer * under the License.
2210544477SAndre Fischer *
2310544477SAndre Fischer ***********************************************************-->
24cdf0e10cSrcweir
25cdf0e10cSrcweir<service_bundle type="manifest" name="ooo_bundled_extensions">
26cdf0e10cSrcweir
27cdf0e10cSrcweir<service
28cdf0e10cSrcweir   name="application/ooo_bundled_extensions"
29cdf0e10cSrcweir   type="service"
30cdf0e10cSrcweir   version="1">
31cdf0e10cSrcweir
32cdf0e10cSrcweir  <create_default_instance enabled="true" />
33cdf0e10cSrcweir  <single_instance/>
34cdf0e10cSrcweir
35cdf0e10cSrcweir  <dependency name="service_available"
36cdf0e10cSrcweir	      grouping="require_all"
37cdf0e10cSrcweir	      restart_on="none"
38cdf0e10cSrcweir	      type="service">
39cdf0e10cSrcweir    <service_fmri value="svc:/system/filesystem/local:default" />
40cdf0e10cSrcweir  </dependency>
41cdf0e10cSrcweir
42cdf0e10cSrcweir  <exec_method
43cdf0e10cSrcweir     type="method" name="start"
44cdf0e10cSrcweir     exec="/lib/svc/method/svc-ooo_bundled_extensions start"
45cdf0e10cSrcweir     timeout_seconds="160">
46cdf0e10cSrcweir    <method_context>
47cdf0e10cSrcweir      <method_credential user="root" group="root" />
48cdf0e10cSrcweir    </method_context>
49cdf0e10cSrcweir  </exec_method>
50cdf0e10cSrcweir
51cdf0e10cSrcweir
52cdf0e10cSrcweir  <exec_method
53cdf0e10cSrcweir     type="method" name="stop"
54cdf0e10cSrcweir     exec="/lib/svc/method/svc-ooo_bundled_extensions stop"
55cdf0e10cSrcweir     timeout_seconds="160" >
56cdf0e10cSrcweir    <method_context>
57cdf0e10cSrcweir      <method_credential user="root" group="root" />
58cdf0e10cSrcweir    </method_context>
59cdf0e10cSrcweir  </exec_method>
60cdf0e10cSrcweir
61cdf0e10cSrcweir  <property_group name="startd" type="framework">
62cdf0e10cSrcweir    <propval name="duration" type="astring"
63cdf0e10cSrcweir	     value="transient" />
64cdf0e10cSrcweir    <propval name="ignore_error"
65cdf0e10cSrcweir	     type="astring" value="core,signal" />
66cdf0e10cSrcweir
67cdf0e10cSrcweir  </property_group>
68cdf0e10cSrcweir
69cdf0e10cSrcweir  <stability value="Unstable" />
70cdf0e10cSrcweir
71cdf0e10cSrcweir  <template>
72cdf0e10cSrcweir    <common_name>
73cdf0e10cSrcweir      <loctext xml:lang="C">
74*ff3f4ebcSOliver-Rainer Wittmann          Installation of Apache OpenOffice's bundled extensions.
75cdf0e10cSrcweir      </loctext>
76cdf0e10cSrcweir    </common_name>
77cdf0e10cSrcweir  </template>
78cdf0e10cSrcweir</service>
79cdf0e10cSrcweir
80cdf0e10cSrcweir</service_bundle>
81