Skip to content

Commit

Permalink
test: nqtp fork p3
Browse files Browse the repository at this point in the history
  • Loading branch information
nipsufn committed Apr 1, 2023
1 parent d98ba46 commit 70998d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/etc/s6-overlay/s6-rc.d/04-nqptp/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/command/with-contenv sh
echo "Starting nqptp"
exec /usr/local/bin/nqptp -ipv4-only
if [ -z ${IPV4ONLY+x} ]; then
exec /usr/local/bin/nqptp
else
exec /usr/local/bin/nqptp -ipv4-only
fi

0 comments on commit 70998d9

Please sign in to comment.