GRMLBASE/15-initsetup: provide workaround for failing rsyslog
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 15-initsetup
index dd074ea..459e51a 100755 (executable)
@@ -23,6 +23,9 @@ systemd_setup() {
       $ROOTCMD systemctl set-default grml-boot.target || true
       ;;
     *)
+      # workaround for #992847 to workaround /lib/systemd -> /usr/lib/systemd transition
+      $ROOTCMD rm -f /etc/systemd/system/syslog.service
+
       $ROOTCMD systemctl preset-all
       $ROOTCMD systemctl set-default grml-boot.target
       ;;