|
@@ -53,6 +53,18 @@ def _schedule_shutdown(action: str) -> None:
|
|
|
)
|
|
|
shutdown_epoch_usec = int(shutdown_datetime.timestamp() * 10 ** 6)
|
|
|
try:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
_get_login_manager().ScheduleShutdown(action, shutdown_epoch_usec)
|
|
|
except dbus.DBusException as exc:
|
|
|
exc_msg = exc.get_dbus_message()
|