From a98faf695cb7f497e75ddded76dde0a40b533354 Mon Sep 17 00:00:00 2001
From: Vitor Trovisco <vmt25@cam.ac.uk>
Date: Wed, 3 Aug 2022 08:46:19 +0000
Subject: [PATCH] Add new file - canto-test_for_etc-initd

---
 canto-test_for_etc-initd | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 canto-test_for_etc-initd

diff --git a/canto-test_for_etc-initd b/canto-test_for_etc-initd
new file mode 100644
index 0000000..f6186fa
--- /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 &
-- 
GitLab