automountd:

- speedup start
This commit is contained in:
Stephan Raue 2009-10-27 03:23:41 +01:00
parent f42796cd5e
commit 6c1b4c42f8

View File

@ -10,7 +10,7 @@ if test -f /usr/bin/automountd; then
progress "Starting D-BUS/HAL automounter"
automountd -d > /dev/null 2>&1
automountd -d > /dev/null 2>&1 &
fi