Merge pull request #167019 from NixOS/fix/systemd-env
nixos/stage-2-init: Don't clear environment
This commit is contained in:
commit
371504ac8e
1 changed files with 1 additions and 1 deletions
|
@ -118,4 +118,4 @@ exec {logOutFd}>&- {logErrFd}>&-
|
||||||
|
|
||||||
# Start systemd in a clean environment.
|
# Start systemd in a clean environment.
|
||||||
echo "starting systemd..."
|
echo "starting systemd..."
|
||||||
exec env - @systemdExecutable@ "$@"
|
exec @systemdExecutable@ "$@"
|
||||||
|
|
Loading…
Reference in a new issue