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

introduce the shell to try and get the shell variables expanded properly

parent 4e195eaf
Branches
Tags
No related merge requests found
shapeshifter-dispatcher.service: { shapeshifter-dispatcher.service: {
command: "/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:default(ip)}:${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:-127.0.0.1}:${RPORT:-1194} -transports obfs4 -bindaddr obfs4-${LHOST:-$(default(ip))}:${OBFSPORT:-23042} -logLevel ${LOGLEVEL:-WARN} -enableLogging -extorport ${RHOST:-127.0.0.1}:${EXTORPORT:-3334}'",
exit_kills: true exit_kills: true
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment