libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / network / domoticz / files / domoticz.xml
blob471a50253e2ffab5ed30bd2780b1dae699549efe
1 <?xml version='1.0'?>
2 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3 <service_bundle type='manifest' name='clamav'>
4   <service name='network/domoticz' type='service' version='0'>
5     <single_instance/>
6     <dependency name='fs' grouping='require_all' restart_on='none' type='service'>
7       <service_fmri value='svc:/system/filesystem/local'/>
8     </dependency>
9     <dependency name='network' grouping='require_all' restart_on='none' type='service'>
10       <service_fmri value='svc:/milestone/multi-user-server'/>
11     </dependency>
12     <instance name='default' enabled='false'>
13       <exec_method type='method'
14                    name='start'
15               exec='/usr/domoticz/domoticz -daemon -dbase /var/domoticz/domoticz.db -noupdates'
16                    timeout_seconds='240'>
17       </exec_method>
18       <exec_method type='method'
19                    name='stop'
20                    exec=':kill'
21                    timeout_seconds='60'>
22       </exec_method>
23       <template>
24         <common_name>
25           <loctext xml:lang='C'>Domoticz - A Home Automation System that lets you monitor and configure various devices</loctext>
26         </common_name>
27       </template>
28     </instance>
29   </service>
30 </service_bundle>