[SCM] live-studio branch, master, updated. 8a3a94741901a50e699850c095502c34f6f8a403
Chris Lamb
lamby at debian.org
Sun Aug 1 04:13:35 UTC 2010
The following commit has been merged in the master branch:
commit 8a3a94741901a50e699850c095502c34f6f8a403
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 00:12:10 2010 -0400
Wait for ages when restarting queue_runner.
diff --git a/debian/live-studio-runner.init b/debian/live-studio-runner.init
index a2aa061..3803fc0 100644
--- a/debian/live-studio-runner.init
+++ b/debian/live-studio-runner.init
@@ -44,7 +44,7 @@ case "$1" in
echo -n "Stopping ${DESC}: "
if start-stop-daemon \
--stop \
- --retry 10 \
+ --retry 3600 \
--quiet \
--oknodo \
--pidfile ${PIDFILE}
--
live-studio
More information about the debian-live-changes
mailing list