I'd like to make mythtv-backend pause before starting, I tried editing /etc/init.d/mythtv-backend, adding a line at start of the file
echo "sleeping 100" >> /tmp/sleep_test
sleep 100
It never creates this file, and never sleeps before starting the service. What am I doing wrong?