Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/features/lifecycle/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,16 @@ Requirements

./requirements/*

Runtimes
========

.. toctree::
:maxdepth: 1
:glob:

./runtimes/*


Terms and Definitions
=====================

Expand Down
35 changes: 35 additions & 0 deletions docs/features/lifecycle/runtimes/linux_systemd.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
..
# *******************************************************************************
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

Lifecycle Runtime: Linux Systemd
################################

Integrating and using this module in Linux implies it has to work with existing init
systems (i.e Systemd) and watchdogs mechanisms for both SW and HW monitoring.

The main aspects of integrating the Lifecycle module into Linux include:

- Launch Manager and Systemd integration;
- Health Monitor Systemd integration (when needed);
- Using Systemd to monitor Launch Manager;
- Implement Launch Manager as a Systemd service controller.

Overview
========

A Systemd service controller is a sofwtare component that:

- Is managed by Systemd (via a unit file)
- Has access to the Systemd DBUS API (read and write)
- Can manage both static and dynamic worloads (ephemeral units)
17 changes: 17 additions & 0 deletions docs/features/lifecycle/runtimes/qnx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
..
# *******************************************************************************
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************


Lifecycle Runtime: QNX
======================