diff options
Diffstat (limited to 'test/units/TEST-13-NSPAWN.machined.sh')
-rwxr-xr-x | test/units/TEST-13-NSPAWN.machined.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/units/TEST-13-NSPAWN.machined.sh b/test/units/TEST-13-NSPAWN.machined.sh index 899a6a6979..59ba8c92db 100755 --- a/test/units/TEST-13-NSPAWN.machined.sh +++ b/test/units/TEST-13-NSPAWN.machined.sh @@ -22,6 +22,11 @@ trap at_exit EXIT systemctl service-log-level systemd-machined debug systemctl service-log-level systemd-importd debug +# per request in https://github.com/systemd/systemd/pull/35117 +systemctl edit --runtime --stdin 'systemd-nspawn@.service' --drop-in=debug.conf <<EOF +[Service] +Environment=SYSTEMD_LOG_LEVEL=debug +EOF # Mount temporary directory over /var/lib/machines to not pollute the image mkdir -p /var/lib/machines |