fix service watch
diff --git a/server.sls b/server.sls
index ef9db06..38d23b9 100755
--- a/server.sls
+++ b/server.sls
@@ -36,6 +36,7 @@
     - file: /etc/init.d/statsd
   - watch:
     - file: /etc/statsd/localConfig.js
+    - cmd: install_statsd_deps
 
 {% endif %}
 
@@ -46,7 +47,7 @@
   - unless: test -e /srv/statsd/statsd/node_modules
   - require:
     - git: https://github.com/etsy/statsd.git
-    
+
 /etc/statsd/localConfig.js:
   file.managed:
   - source: salt://statsd/conf/localConfig.js