index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2018-01-03 14:34:07 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2018-01-03 14:54:57 -0500 |
commit | 6e81594d89c30b5d4ce9d74b094396ca26f2e1ae (patch) | |
tree | 27822175d5264be58184d109325a4b8afe834bf0 /arch-nspawn.in | |
parent | 200c5f3d7476e31720fb400fef6f40aff0b5c805 (diff) | |
parent | 7a3c5085017987b6ef934cf9d9b098b4994ba21a (diff) |
-rw-r--r-- | arch-nspawn.in | 2 |
diff --git a/arch-nspawn.in b/arch-nspawn.in index a225c1a..7f778be 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -118,6 +118,6 @@ esac exec ${CARCH:+setarch "$CARCH"} systemd-nspawn -q \ -D "$working_dir" \ -E "PATH=/usr/local/sbin:/usr/local/bin:/usr/bin" \ - --register=no --keep-unit \ + --register=no --keep-unit --as-pid2 \ "${mount_args[@]}" \ "$@" |