NetworkManager/src/libnm-systemd-shared
2021-10-08 18:04:37 +02:00
..
sd-adapt-shared systemd: merge branch systemd into main 2021-10-08 18:04:37 +02:00
src systemd: merge branch systemd into main 2021-10-08 18:04:37 +02:00
meson.build systemd: merge branch systemd into main 2021-10-08 18:04:37 +02:00
nm-default-systemd-shared.h build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,log-null,log-core}" 2021-02-24 12:48:20 +01:00
nm-sd-utils-shared.c systemd: merge branch systemd into main 2021-06-01 14:26:51 +02:00
nm-sd-utils-shared.h systemd: merge branch systemd into main 2021-06-01 14:26:51 +02:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

libnm-systemd-shared

This is a fork of systemd source files that are compiled as a static library with general purpose helpers.

We mainly need this for ../libnm-systemd-core/, which contains systemd library with network tools (like DHCPv6).

We should not use systemd directly from our sources, beyond what we really need to make get libnm-systemd-core working.