]> git.ipfire.org Git - thirdparty/systemd.git/commit
nspawn: Allow specifying custom init program 33951/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 6 Aug 2024 09:08:33 +0000 (11:08 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 6 Aug 2024 21:00:17 +0000 (23:00 +0200)
commitce2291730d5f91190e97e7c515ac772ae4970062
treeaf19f6f1f2f760fe7f64606784e5877947e88791
parentd3f0b4f3d217940823427733addb1fe8b887f467
nspawn: Allow specifying custom init program

This allows for example forcing to use /sbin/init instead of always
using /usr/lib/systemd/systemd if it exists. Or it allows using a
different path altogether.
man/systemd-nspawn.xml
man/systemd.nspawn.xml
shell-completion/bash/systemd-nspawn
shell-completion/zsh/_systemd-nspawn
src/nspawn/nspawn-gperf.gperf
src/nspawn/nspawn-settings.h
src/nspawn/nspawn.c
test/units/TEST-13-NSPAWN.nspawn.sh