Mit folgendem Script geht es auch nicht
#!/bin/sh
echo "start camd3"
if [ -e /etc/rcS.d/.dont_start_camd3 ]; then
exit 0
fi
if [ -x /usr/local/bin/camd3 ]; then
(sleep 20;camd3) &
fi