bring in new configs
[systembsd.git] / conf / hostnamed-ispect.xml
index fbf2d718e6d12361b56de17c889700bbe60289e2..1174b9cac0a5e6b0934981ad37d42c45fb0467e8 100644 (file)
@@ -1,25 +1,25 @@
-<!-- Taken from Gentoo Linux's OpenRC settingsd -->
+<?xml version="1.0" encoding="UTF-8"?>
 <node name="/org/freedesktop/hostname1">
-       <interface name="org.freedesktop.hostname1">
-               <method name="SetHostname">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <method name="SetStaticHostname">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <method name="SetPrettyHostname">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <method name="SetIconName">
-                       <arg direction="in" type="s" name="name"/>
-                       <arg direction="in" type="b" name="user_interaction"/>
-               </method>
-               <property name="Hostname" type="s" access="read"/>
-               <property name="StaticHostname" type="s" access="read"/>
-               <property name="PrettyHostname" type="s" access="read"/>
-               <property name="IconName" type="s" access="read"/>
-       </interface>
+    <interface name="org.freedesktop.hostname1">
+        <method name="SetHostname">
+            <arg direction="in" type="s" name="name" />
+            <arg direction="in" type="b" name="user_interaction" />
+        </method>
+        <method name="SetStaticHostname">
+            <arg direction="in" type="s" name="name" />
+            <arg direction="in" type="b" name="user_interaction" />
+        </method>
+        <method name="SetPrettyHostname">
+            <arg direction="in" type="s" name="name" />
+            <arg direction="in" type="b" name="user_interaction" />
+        </method>
+        <method name="SetIconName">
+            <arg direction="in" type="s" name="name" />
+            <arg direction="in" type="b" name="user_interaction" />
+        </method>
+        <property name="Hostname" type="s" access="read" />
+        <property name="StaticHostname" type="s" access="read" />
+        <property name="PrettyHostname" type="s" access="read" />
+        <property name="IconName" type="s" access="read" />
+    </interface>
 </node>