Files
glorytun/systemd/glorytun-run
Adrien Gallouët 0c3c2ca28b Simplify systemd files
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
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"}