]> git.ipfire.org Git - thirdparty/systemd.git/commit - docs/CREDENTIALS.md
pid1: add mechanism for conditionalizing units/network/netdev/link based on credentia...
authorLennart Poettering <lennart@poettering.net>
Wed, 13 Jul 2022 08:38:53 +0000 (10:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Jul 2022 08:53:45 +0000 (10:53 +0200)
commit4f80cfca5ebf9743c13b648017b773090f57b86b
tree39191ff5dbbc0db324e7ed9d085f06b99f24c162
parent5eab88a569c1bb5f79093f38e872e588d64a2b26
pid1: add mechanism for conditionalizing units/network/netdev/link based on credentials passed in

This is useful when provisioning systems via nspawn/qemu and running
specific services only if specific data is passed into the system.
13 files changed:
docs/CREDENTIALS.md
man/systemd.link.xml
man/systemd.netdev.xml
man/systemd.network.xml
man/systemd.unit.xml
src/core/load-fragment-gperf.gperf.in
src/network/netdev/netdev-gperf.gperf
src/network/networkd-network-gperf.gperf
src/shared/condition.c
src/shared/condition.h
src/test/test-condition.c
src/udev/net/link-config-gperf.gperf
test/units/testsuite-54.sh