Bug #13837 » manifest.xml
1 |
<?xml version="1.0"?>
|
---|---|
2 |
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
|
3 |
|
4 |
<service_bundle type='manifest' name='test-service'> |
5 |
|
6 |
<service name='system/illumos/test-service' type='service' version='1'> |
7 |
<exec_method type='method' name='start' |
8 |
exec='ctrun -l child -o noorphan,regent sleep 5 &' |
9 |
timeout_seconds='0' /> |
10 |
<exec_method type='method' name='stop' exec=':kill' timeout_seconds='0' /> |
11 |
|
12 |
<property_group name='startd' type='framework'> |
13 |
<propval name='duration' type='astring' value='contract' /> |
14 |
</property_group>
|
15 |
|
16 |
<stability value='Unstable' /> |
17 |
|
18 |
<template>
|
19 |
<common_name>
|
20 |
<loctext xml:lang='C'>Oxide Server</loctext> |
21 |
</common_name>
|
22 |
<description>
|
23 |
<loctext xml:lang='C'>I'm a server</loctext> |
24 |
</description>
|
25 |
</template>
|
26 |
</service>
|
27 |
|
28 |
</service_bundle>
|
- « Previous
- 1
- 2
- Next »