diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-13 20:20:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-13 20:20:36 +0200 |
commit | 6f28c033ec506847b3bfa4efaf52478120c36946 (patch) | |
tree | 3300ac0aa44cb74ae1e38a298c0ed09527f7f522 /src/dbus-unit.h | |
parent | 3dda9fc3a738241e42df43dbebf9e479e5ad1da8 (diff) |
systemctl: introduce try-restart and reload-or-restart commands
Diffstat (limited to 'src/dbus-unit.h')
-rw-r--r-- | src/dbus-unit.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/dbus-unit.h b/src/dbus-unit.h index 17965b618e..1d11af3a04 100644 --- a/src/dbus-unit.h +++ b/src/dbus-unit.h @@ -36,6 +36,10 @@ " <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" \ + " </method>\n" \ " <method name=\"Restart\">\n" \ " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ @@ -44,7 +48,11 @@ " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ " </method>\n" \ - " <method name=\"Reload\">\n" \ + " <method name=\"ReloadOrRestart\">\n" \ + " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ + " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ + " </method>\n" \ + " <method name=\"ReloadOrTryRestart\">\n" \ " <arg name=\"mode\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"job\" type=\"o\" direction=\"out\"/>\n" \ " </method>\n" \ |