diff options
author | kremlin- <ian@kremlin.cc> | 2014-06-10 10:19:19 +0800 |
---|---|---|
committer | kremlin- <ian@kremlin.cc> | 2014-06-10 10:19:19 +0800 |
commit | f5748cd4949a9f6ca71dd80924ecb76eb29e894f (patch) | |
tree | 911b8f75c5d549279f8d8a027f73410f0f04fdc9 /conf/timedated-ispect.xml | |
parent | 779c3163b3088c140854071fd3b122baec097d26 (diff) | |
download | systembsd-f5748cd4949a9f6ca71dd80924ecb76eb29e894f.tar systembsd-f5748cd4949a9f6ca71dd80924ecb76eb29e894f.tar.gz systembsd-f5748cd4949a9f6ca71dd80924ecb76eb29e894f.tar.bz2 systembsd-f5748cd4949a9f6ca71dd80924ecb76eb29e894f.tar.lz systembsd-f5748cd4949a9f6ca71dd80924ecb76eb29e894f.tar.xz systembsd-f5748cd4949a9f6ca71dd80924ecb76eb29e894f.tar.zst systembsd-f5748cd4949a9f6ca71dd80924ecb76eb29e894f.zip |
bring in new configs
Diffstat (limited to 'conf/timedated-ispect.xml')
-rw-r--r-- | conf/timedated-ispect.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/timedated-ispect.xml b/conf/timedated-ispect.xml new file mode 100644 index 0000000..48f2201 --- /dev/null +++ b/conf/timedated-ispect.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/org/freedesktop/timedate1"> + <interface name="org.freedesktop.timedate1"> + <method name="SetTime"> + <arg direction="in" type="x" name="usec_utc" /> + <arg direction="in" type="b" name="relative" /> + <arg direction="in" type="b" name="user_interaction" /> + </method> + <method name="SetTimezone"> + <arg direction="in" type="s" name="timezone" /> + <arg direction="in" type="b" name="user_interaction" /> + </method> + <method name="SetLocalRTC"> + <arg direction="in" type="b" name="local_rtc" /> + <arg direction="in" type="b" name="fix_system" /> + <arg direction="in" type="b" name="user_interaction" /> + </method> + <method name="SetNTP"> + <arg direction="in" type="b" name="use_ntp" /> + <arg direction="in" type="b" name="user_interaction" /> + </method> + <property name="Timezone" type="s" access="read" /> + <property name="LocalRTC" type="b" access="read" /> + <property name="NTP" type="b" access="read" /> + </interface> +</node> |