diff --git a/core/tabs/common-service-script.sh b/core/tabs/common-service-script.sh
index 5828aa64..ebe5be76 100644
--- a/core/tabs/common-service-script.sh
+++ b/core/tabs/common-service-script.sh
@@ -53,6 +53,7 @@ enableService() {
             ;;
         runit)
             "$ESCALATION_TOOL" ln -sf "/etc/sv/$1" "/var/service/"
+            printf "%b\n" "${YELLOW}Waiting 5 seconds...${RC}"
             sleep 5
             ;;
     esac