diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-06-28 00:41:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-06-28 00:41:24 +0200 |
commit | 241da3287d0c16f79e2f415f17543599b3e73c85 (patch) | |
tree | f4fad09d26712732068016b97b8e66ee32357441 /src/core/dbus-unit.h | |
parent | 74c964d369b11bbf465c140c3f2dfcde2c7f5977 (diff) |
unit: make sure the dropins we write are high-priority
Diffstat (limited to 'src/core/dbus-unit.h')
-rw-r--r-- | src/core/dbus-unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-unit.h b/src/core/dbus-unit.h index 2fd56f25c3..1b42757b47 100644 --- a/src/core/dbus-unit.h +++ b/src/core/dbus-unit.h @@ -62,7 +62,7 @@ " </method>\n" \ " <method name=\"ResetFailed\"/>\n" \ " <method name=\"SetProperties\">\n" \ - " <arg name=\"runtime\" type=\"b\" direction=\"in\"/>\n" \ + " <arg name=\"runtime\" type=\"b\" direction=\"in\"/>\n" \ " <arg name=\"properties\" type=\"a(sv)\" direction=\"in\"/>\n" \ " </method>\n" \ " <property name=\"Id\" type=\"s\" access=\"read\"/>\n" \ |