diff --git a/chaperone.d/shapeshifter-dispatcher.conf b/chaperone.d/shapeshifter-dispatcher.conf
index 3505d891e8df8cfdcdc7b28dedf7bc719841f525..02c2caa83285945ececfeae357fda7a17b1a8235 100644
--- a/chaperone.d/shapeshifter-dispatcher.conf
+++ b/chaperone.d/shapeshifter-dispatcher.conf
@@ -1,4 +1,4 @@
 shapeshifter-dispatcher.service: {
-     command: "/bin/sh -c 'exec /usr/local/bin/shapeshifter-dispatcher -transparent -server -state /srv/leap/shapeshifter-state -orport ${RHOST}:${RPORT} -transports obfs4 -bindaddr obfs4-${LHOST}:${OBFSPORT} -logLevel ${LOGLEVEL} -enableLogging -extorport ${RHOST}:${EXTORPORT}'",
+     command: "/usr/local/bin/shapeshifter-dispatcher -transparent -server -state /srv/leap/shapeshifter-state -orport ${RHOST}:${RPORT} -transports obfs4 -bindaddr obfs4-${LHOST}:${OBFSPORT} -logLevel ${LOGLEVEL} -enableLogging -extorport ${RHOST}:${EXTORPORT}",
      exit_kills: true
 }