View Single Post
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#2
/etc/event.d/local contains something like:
Code:
description "local"

start on started xomap

console none

script
  if [ -e /etc/rc.local ] ; then /etc/rc.local ; fi
  echo 12 > /proc/sys/kernel/pty/max
end script
 

The Following 5 Users Say Thank You to Matan For This Useful Post: