summaryrefslogtreecommitdiff
path: root/templates/ci/openbook.ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ci/openbook.ubuntu')
-rwxr-xr-xtemplates/ci/openbook.ubuntu3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/ci/openbook.ubuntu b/templates/ci/openbook.ubuntu
index 02900fa..0689872 100755
--- a/templates/ci/openbook.ubuntu
+++ b/templates/ci/openbook.ubuntu
@@ -13,6 +13,9 @@ case $1 in
start*)
/opt/openbook/openbookctl start
;;
+ debug*)
+ /opt/openbook/openbookctl debug
+ ;;
stop*)
/opt/openbook/openbookctl stop
;;