Remove unused org.freedesktop.systemd1.Manager D-Bus methods
[profile/ivi/node-startup-controller.git] / boot-manager / systemd-manager-dbus.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/org/freedesktop/systemd1">
3   <interface name="org.freedesktop.systemd1.Manager">
4     <method name="StartUnit">
5       <arg name="name" type="s" direction="in"/>
6       <arg name="mode" type="s" direction="in"/>
7       <arg name="job" type="o" direction="out"/>
8     </method>
9
10     <method name="StopUnit">
11       <arg name="name" type="s" direction="in"/>
12       <arg name="mode" type="s" direction="in"/>
13       <arg name="job" type="o" direction="out"/>
14     </method>
15
16     <method name="ListJobs">
17       <arg name="jobs" type="a(usssoo)" direction="out"/>
18     </method>
19
20     <method name="Subscribe"/>
21
22     <method name="Unsubscribe"/>
23
24     <signal name="JobRemoved">
25       <arg name="id" type="u"/>
26       <arg name="job" type="o"/>
27       <arg name="unit" type="s"/>
28       <arg name="result" type="s"/>
29     </signal>
30   </interface>
31 </node>