diff --git a/canto-test_for_etc-initd b/canto-test_for_etc-initd
new file mode 100644
index 0000000000000000000000000000000000000000..f6186fa2ea50404269514083f110280bbed5ad03
--- /dev/null
+++ b/canto-test_for_etc-initd
@@ -0,0 +1,15 @@
+#!/bin/sh -
+#
+### BEGIN INIT INFO
+# Provides:          canto
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Should-Start:
+# Should-Stop:
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Canto
+### END INIT INFO
+#
+
+su -c "/sbin/canto-docker-initd $* 7001" root &