next up previous
Next: Modifying the Xsession file Up: Creating init-script links Previous: Gentoo based

Other System V init distributions

For other System V init distributions you need to run:
for i in 2 3 4 5; do
  ln -sf /etc/init.d/keytouch-init.sh \
    /etc/rc${i}.d/S20keytouch-init.sh;
done



Marvin 2005-11-28