diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-06 05:06:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-06 05:06:40 +0200 |
commit | 9a1ac7b9ae2fb218170d1bd106d5351a76d03a95 (patch) | |
tree | 8ecf93875c1a749fa68e15ccce05d7fa20c49968 /src/dbus-unit.h | |
parent | 59a3e1bc46819d69df6353a86aa0e796cd821024 (diff) |
install: implement --start option
Diffstat (limited to 'src/dbus-unit.h')
-rw-r--r-- | src/dbus-unit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbus-unit.h b/src/dbus-unit.h index 7babb23fc5..2067095c8a 100644 --- a/src/dbus-unit.h +++ b/src/dbus-unit.h @@ -40,6 +40,10 @@ " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ " </method>\n" \ + " <method name=\"TryRestart\">\n" \ + " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ + " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ + " </method>\n" \ " <method name=\"Reload\">\n" \ " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ |