Browse Source

Drop systemd re-exec during boot

We don't have systemd in dom0-provided initrd anymore, so this
workaround is not needed now.

Fixes QubesOS/qubes-issues#5992
Marek Marczykowski-Górecki 3 years ago
parent
commit
2d7a10add7
1 changed files with 0 additions and 5 deletions
  1. 0 5
      vm-systemd/qubes-sysinit.sh

+ 0 - 5
vm-systemd/qubes-sysinit.sh

@@ -11,11 +11,6 @@ DEFAULT_ENABLED_APPVM="cups qubes-update-check meminfo-writer"
 DEFAULT_ENABLED_TEMPLATEVM="$DEFAULT_ENABLED_APPVM updates-proxy-setup"
 DEFAULT_ENABLED="meminfo-writer"
 
-if systemd_version_changed ; then
-    # Ensure we're running right version of systemd (the one started by initrd may be different)
-    systemctl daemon-reexec
-fi
-
 # Wait for xenbus initialization
 while [ ! -e /dev/xen/xenbus ]; do
   sleep 0.1