Skip to content
Snippets Groups Projects
Verified Commit 07325bae authored by micah's avatar micah :speech_balloon:
Browse files

remove unnecessary parameter expansion, as these are passed in to the service

parent a319410f
Branches
Tags
No related merge requests found
shapeshifter-dispatcher.service: {
command: "/bin/sh -c 'exec /usr/local/bin/shapeshifter-dispatcher -transparent -server -state /srv/leap/shapeshifter-state -orport ${RHOST:-127.0.0.1}:${RPORT:-1194} -transports obfs4 -bindaddr obfs4-${LHOST}:${OBFSPORT:-23042} -logLevel ${LOGLEVEL:-WARN} -enableLogging -extorport ${RHOST:-127.0.0.1}:${EXTORPORT:-3334}'",
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}'",
exit_kills: true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment