chiark / gitweb /
unit: rework resource management API
[elogind.git] / src / login / logind-dbus.c
index d235474a23555f9ceeb0cffa1910487f5ea80307..818f2fa808e2163ea0ff9c2714a86840d715a79e 100644 (file)
@@ -1051,7 +1051,7 @@ static int execute_shutdown_or_sleep(
                 DBusError *error) {
 
         _cleanup_dbus_message_unref_ DBusMessage *reply = NULL;
-        const char *mode = "replace", *p;
+        const char *mode = "replace-irreversibly", *p;
         int r;
         char *c;