summaryrefslogtreecommitdiff
path: root/debian/dbus.xml
blob: fd05d91f2f64ba6c2945a409f9cb9cda76066e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/xml/schema/smf/service_bundle.dtd.1">
<service_bundle type="manifest" name="dbus">
  <service name="system/dbus" type="service" version="1">
    <create_default_instance enabled="true"/>
    <single_instance/>
    <dependency name="config_data" grouping="require_all" restart_on="restart" type="path">
      <service_fmri value="file://localhost/etc/dbus-1/system.conf"/>
    </dependency>
    <dependency name="filesystem" type="service" grouping="require_all" restart_on="none">
      <service_fmri value="svc:/system/filesystem/minimal"/>
    </dependency>
    <dependency name="syslog" type="service" grouping="optional_all" restart_on="none">
      <service_fmri value="svc:/system/system-log"/>
    </dependency>
    <dependent name="dbus_multi-user" grouping="optional_all" restart_on="none">
      <service_fmri value="svc:/milestone/multi-user"/>
    </dependent>
    <exec_method type="method" name="start" exec="/lib/svc/method/dbus.sh start" timeout_seconds="30"/>
    <exec_method type="method" name="stop" exec=":kill" timeout_seconds="30"/>
    <exec_method type="method" name="refresh" exec="/lib/svc/method/dbus.sh refresh" timeout_seconds="30"/>
    <property_group name="startd" type="framework">
      <propval name="ignore_error" type="astring" value="core,signal"/>
    </property_group>
    <stability value="Unstable"/>
    <template>
      <common_name>
        <loctext xml:lang="C">
                        D-BUS system message bus
                        </loctext>
      </common_name>
      <documentation>
        <manpage title="dbus-daemon" section="1" manpath="/usr/share/man"/>
      </documentation>
    </template>
  </service>
</service_bundle>