Index: server/debian/init.d
===================================================================
--- server/debian/init.d	(revision 503)
+++ server/debian/init.d	(working copy)
@@ -46,9 +46,9 @@
 	#	just the same as "restart".
 	#
 	echo -n "Restarting $DESC: "
+	$DAEMON stop
+	sleep 1
 	$DAEMON start
-	sleep 1
-	$DAEMON stop
 	echo "$NAME."
 	;;
   *)
