diff --git a/misc_systemd_units/lightdm.service b/misc_systemd_units/lightdm.service index aabd4427..0d407868 100644 --- a/misc_systemd_units/lightdm.service +++ b/misc_systemd_units/lightdm.service @@ -1,5 +1,6 @@ [Unit] After=systemd-user-sessions.service +ConditionPathExists=/node/tags/desktop [Service] ExecStart=/usr/bin/lightdm diff --git a/pdist/pdist-bootcheck b/pdist/pdist-bootcheck index 3c8e4f1a..a2e7a490 100755 --- a/pdist/pdist-bootcheck +++ b/pdist/pdist-bootcheck @@ -26,7 +26,8 @@ else fi if [ "$need_async_pdist" ]; then - netcat $(distmaster) 237 >/dev/null 2>&1