From 66564fcfa6e586184c24be6d1ec286564d29d12e Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 6 May 2015 13:47:02 +0100 Subject: Force an explicit OK on the restart. --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 5868d79..4cfacba 100755 --- a/debian/postinst +++ b/debian/postinst @@ -29,7 +29,7 @@ custodian-queue --flush || true for i in /etc/service/custodian-agent* /etc/service/cust-dequeue ; do if [ -d $i ] ; then echo "Restarting service: $i" - sv force-restart $i + sv force-restart $i || true fi done -- cgit v1.2.1