diff --git a/docker/service_control.sh b/docker/service_control.sh index fe7657c..fa08ed5 100644 --- a/docker/service_control.sh +++ b/docker/service_control.sh @@ -1,4 +1,10 @@ -#!/bin/sh +#!/bin/bash + +if [ "$1" = "list-units" ]; then + echo "klipper.service loaded active running Klipper Dummy Service" + echo "moonraker.service loaded active running Moonraker Dummy Service" + exit 0 +fi if [ "$2" = "klipper" ]; then sudo /usr/bin/supervisorctl "$1" simulavr "$2"