diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-07 04:11:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-07 04:11:31 +0200 |
commit | 222ae6a8d7e27dd36552cb9574e63cbdfdf2d264 (patch) | |
tree | 0199f004eec3c6f6e968eee43b4e71aececad430 /src/dbus-unit.h | |
parent | 51b4af2c2833691976844a13464c1301643043d3 (diff) |
unit: introduce OnFailureIsolate=
Diffstat (limited to 'src/dbus-unit.h')
-rw-r--r-- | src/dbus-unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbus-unit.h b/src/dbus-unit.h index efb61797f4..dfbc82c0c5 100644 --- a/src/dbus-unit.h +++ b/src/dbus-unit.h @@ -148,6 +148,7 @@ { "org.freedesktop.systemd1.Unit", "RefuseManualStop", bus_property_append_bool, "b", &u->meta.refuse_manual_stop }, \ { "org.freedesktop.systemd1.Unit", "AllowIsolate", bus_property_append_bool, "b", &u->meta.allow_isolate }, \ { "org.freedesktop.systemd1.Unit", "DefaultDependencies", bus_property_append_bool, "b", &u->meta.default_dependencies }, \ + { "org.freedesktop.systemd1.Unit", "OnFailureIsolate", bus_property_append_bool, "b", &u->meta.on_failure_isolate }, \ { "org.freedesktop.systemd1.Unit", "DefaultControlGroup", bus_unit_append_default_cgroup, "s", u }, \ { "org.freedesktop.systemd1.Unit", "ControlGroup", bus_unit_append_cgroups, "as", u }, \ { "org.freedesktop.systemd1.Unit", "NeedDaemonReload", bus_unit_append_need_daemon_reload, "b", u }, \ |