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

Chaperone does environment variable expansion itself, it doesn't need ths

/bin/sh exec
parent 07325bae
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}:${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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment