arch-nspawn: Add --keep-unit to prevent scope conflicts

This commit is contained in:
Jan Alexander Steffens (heftig) 2017-08-24 17:03:32 +02:00
parent 5715134884
commit 000ea6c7bb
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
1 changed files with 1 additions and 1 deletions

View File

@ -113,6 +113,6 @@ eval "$(grep '^CARCH=' "$working_dir/etc/makepkg.conf")"
exec ${CARCH:+setarch "$CARCH"} systemd-nspawn -q \
-D "$working_dir" \
--register=no \
--register=no --keep-unit \
"${mount_args[@]}" \
"$@"