slitaz-boot-scripts rev 364

Add kernel polling to system.sh
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 22:12:22 2014 +0200 (2014-05-02)
parents e78544dff848
children b14f03e7493f
files etc/init.d/system.sh
line diff
     1.1 --- a/etc/init.d/system.sh	Fri May 02 13:41:11 2014 +0200
     1.2 +++ b/etc/init.d/system.sh	Fri May 02 22:12:22 2014 +0200
     1.3 @@ -116,3 +116,6 @@
     1.4  
     1.5  # Start TazPanel
     1.6  [ -x /usr/bin/tazpanel ] && tazpanel start
     1.7 +
     1.8 +# Kernel polling for automount
     1.9 +echo 5000 > /sys/module/block/parameters/events_dfl_poll_msecs 2>/dev/null