Merge pull request #167019 from NixOS/fix/systemd-env
nixos/stage-2-init: Don't clear environment
Janne Heß 3 years ago 371504ac 4dae95a0
··· 118 119 # Start systemd in a clean environment. 120 echo "starting systemd..." 121 - exec env - @systemdExecutable@ "$@"
··· 118 119 # Start systemd in a clean environment. 120 echo "starting systemd..." 121 + exec @systemdExecutable@ "$@"