Skip to content

Commit

Permalink
Added missing test resource
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Mar 25, 2024
1 parent 903460f commit db45c86
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection
1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.systemd1.Manager">
<method name="StartTransientUnit">
<arg type="a(sv)" name="properties" direction="in"/>
<arg type="a(sa(sv))" name="aux" direction="in"/>
</method>
</interface>
</node>

0 comments on commit db45c86

Please sign in to comment.