This bug is also still present in 14.04
I tend to think that "sleep 1" is somewhat ugly in the init script, this
solution works for me:
@@ -106,7 +106,7 @@
fi
fi
if [ -f "$PIDFILE" ]; then
- start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile "$PIDFILE"
+ sta
Hello Francesco,
That's why I submitted a revised patch that does use --retry rather than
a sleep. Could you please merge this into the release for 14.04 as this
bug is causing me some headaches? :-)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib