View | Details | Raw Unified | Return to bug 153560
Collapse All | Expand All

(-)earlykdm (-3 / +3 lines)
Lines 114-123 Link Here
114
114
115
if test "$1" = "start" && test -x /sbin/preload; then
115
if test "$1" = "start" && test -x /sbin/preload; then
116
   if test -z "$DISPLAYMANAGER_AUTOLOGIN"; then
116
   if test -z "$DISPLAYMANAGER_AUTOLOGIN"; then
117
      /sbin/preload /etc/preload.d/kdm
117
      /sbin/preload < /var/cache/preload/kdm.preload
118
   else
118
   else
119
      /usr/bin/ionice -n2 /sbin/preload /etc/preload.d/kdm.auto
119
      /usr/bin/ionice -n2 /sbin/preload < /var/cache/preload/kdm.auto.preload
120
      /usr/bin/ionice -n6 /sbin/preload /etc/preload.d/kde &
120
      /usr/bin/ionice -n6 /sbin/preload < /var/cache/preload/kde.preload &
121
      echo $! > /var/run/preload-session.pid
121
      echo $! > /var/run/preload-session.pid
122
   fi
122
   fi
123
fi
123
fi

Return to bug 153560