Files
glorytun/systemd/glorytun-run
T
2018-01-24 11:03:56 +00:00

9 lines
167 B
Bash
Executable File

#!/bin/sh
exec glorytun "$@" \
${DEV:+dev "$DEV"} \
${HOST:+host "$HOST"} \
${PORT:+port "$PORT"} \
${BIND:+bind "$BIND"} \
${BIND_PORT:+bind-port "$BIND_PORT"}