File guacamole-server.patch of Package guacamole-server
diff -Pdpru guacamole-server-0.9.1.orig/src/guacd/init.d/guacd.in guacamole-server-0.9.1/src/guacd/init.d/guacd.in
--- guacamole-server-0.9.1.orig/src/guacd/init.d/guacd.in 2014-05-23 21:02:25.000000000 +0200
+++ guacamole-server-0.9.1/src/guacd/init.d/guacd.in 2014-05-28 00:18:53.816699035 +0200
@@ -28,9 +28,9 @@
### BEGIN INIT INFO
# Provides: guacd
-# Required-Start: $network $syslog
-# Required-Stop: $network $syslog
-# Default-Start: 2 3 4 5
+# Required-Start: $remote_fs $network $syslog
+# Required-Stop: $remote_fs $network $syslog
+# Default-Start: 2 3 5
# Default-Stop: 0 1 6
# Short-Description: Guacamole proxy daemon
# Description: The Guacamole proxy daemon, required to translate remote desktop protocols into the text-based Guacamole protocol used by the JavaScript application.