diff --git a/NeoBoot/bin/neoinitarmvuDuo4k b/NeoBoot/bin/neoinitarmvuDuo4k index 824f50d..a261d5b 100644 --- a/NeoBoot/bin/neoinitarmvuDuo4k +++ b/NeoBoot/bin/neoinitarmvuDuo4k @@ -249,7 +249,11 @@ else echo "----------------------------------------" exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init.sysvinit elif [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/sbin/init ]; then - exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init + exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init + elif [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/lib/systemd/systemd ]; then + echo " start file - systemd" >> $neoLOG + exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /lib/systemd/systemd + echo "====================================================> " else echo " " echo " NEOBOOT - ERROR !!! "