Hi,
a diff patch to fix the script:
--- /etc/init.d/redis-server 2012-06-08 18:21:51.000000000 +0200
+++ /root/redis-server 2014-06-17 08:29:30.687524043 +0200
@@ -74,7 +74,7 @@
echo "running"
else
echo "not running"
- exit 1
+ exit 3
fi
;;BR Jan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

