mesosphere-backup / dcos-windows

Microsoft Windows support to DCOS
Apache License 2.0
12 stars 16 forks source link

Revert "Enhancements on systemctl win" #118

Closed yakman2020 closed 6 years ago

yakman2020 commented 6 years ago

Reverts dcos/dcos-windows#116.

yakman2020 commented 6 years ago

Systemctl and systemd-exec are two entirely different binaries. The programs are doing different things, though they both parse system units, they look at largely different things for different reasons. Forcing the systemd-exec build and sources into the systemctl directory makes the code much harder to follow.

aserdean commented 6 years ago

LGTM. I'll redo the other PR without changing folders.