]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.unit.xml
nspawn: add new .nspawn files for container settings
authorLennart Poettering <lennart@poettering.net>
Sat, 5 Sep 2015 23:22:14 +0000 (01:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 5 Sep 2015 23:49:06 +0000 (01:49 +0200)
commitf757855e81fc0bc116de372220096e532afb5cb8
tree5acce8aaffe9ec5e49926cb2a84bb8391e52e0e5
parent5f430ff76e8e5f7ca5b7ef67dd3b205487a0f41b
nspawn: add new .nspawn files for container settings

.nspawn fiels are simple settings files that may accompany container
images and directories and contain settings otherwise passed on the
nspawn command line. This provides an efficient way to attach execution
data directly to containers.
17 files changed:
Makefile-man.am
Makefile.am
man/systemd-nspawn.xml
man/systemd.nspawn.xml [new file with mode: 0644]
man/systemd.unit.xml
src/basic/conf-files.h
src/core/load-fragment-gperf.gperf.m4
src/core/load-fragment.c
src/core/load-fragment.h
src/nspawn/.gitignore [new file with mode: 0644]
src/nspawn/nspawn-gperf.gperf [new file with mode: 0644]
src/nspawn/nspawn-settings.c [new file with mode: 0644]
src/nspawn/nspawn-settings.h [new file with mode: 0644]
src/nspawn/nspawn.c
src/nspawn/nspawn.h [new file with mode: 0644]
src/shared/conf-parser.c
src/shared/conf-parser.h