Stop container restart when bandwidth changes
diff --git a/xos/synchronizers/vcpe/steps/sync_vcpetenant_vtn.yaml b/xos/synchronizers/vcpe/steps/sync_vcpetenant_vtn.yaml
index f575664..f29f04c 100644
--- a/xos/synchronizers/vcpe/steps/sync_vcpetenant_vtn.yaml
+++ b/xos/synchronizers/vcpe/steps/sync_vcpetenant_vtn.yaml
@@ -255,7 +255,7 @@
     notify: restart vcpe
 
   - name: remove simple webserver
-    file: path=/var/container_volumes/{{ container_name }}/etc/service/message state=absent
+    file: path=/var/container_volumes/{{ container_name }}/etc/service/message/run state=absent
     when: status == "enabled"
     notify: restart vcpe