X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-unit.h;fp=src%2Fdbus-unit.h;h=b578ff98aa5dee82f376df4adba4defecb525ca8;hp=b9f089552542b07fadc7cb91c04769465548598f;hb=c8f4d7642b743c79328e10e8fb2d9b58e9f6b999;hpb=cfcab435088205b520d244e6111e33b98579181d diff --git a/src/dbus-unit.h b/src/dbus-unit.h index b9f089552..b578ff98a 100644 --- a/src/dbus-unit.h +++ b/src/dbus-unit.h @@ -93,15 +93,18 @@ " \n" \ " \n" \ " \n" \ - " \n" \ " \n" \ " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ + " \n" \ " \n" \ + " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ @@ -158,6 +161,7 @@ { "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", "IgnoreOnIsolate", bus_property_append_bool, "b", &u->meta.ignore_on_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 }, \