Don't set the DISPLAY env var
This is the only case where init sets an env var without the user instructing it to do so, making it hard to trace back where the env var originated from. It also only sets it for processes spawned after the first run.d command for whatever reason. And finally not setting DISPLAY avoids hard coding knowledge about unrelated system components.
Depends on orbital!60 (merged)