summaryrefslogtreecommitdiff
path: root/net-im/tox/files/tox-bootstrapd.in
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2016-09-27 19:49:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2016-09-27 19:49:31 +0000
commit497d970bbfbdc8bb1b538340e226c2734f11afe5 (patch)
tree158b9a91dcb93978638efcaacf0eecda62195a93 /net-im/tox/files/tox-bootstrapd.in
parent- Update to 1.0.11 (diff)
Fix tox-bootstrapd.
Diffstat (limited to 'net-im/tox/files/tox-bootstrapd.in')
-rw-r--r--net-im/tox/files/tox-bootstrapd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/tox/files/tox-bootstrapd.in b/net-im/tox/files/tox-bootstrapd.in
index 8c70b89e38cd..0bfb82e8d2cf 100644
--- a/net-im/tox/files/tox-bootstrapd.in
+++ b/net-im/tox/files/tox-bootstrapd.in
@@ -27,7 +27,7 @@ pidfile=${tox_bootstrapd_pidfile:="$_pidprefix/tox-bootstrapd.pid"}
long_name="Tox DHT bootstrap daemon."
tox_bootstrapd_user="%%TOXDHT%%"
command="%%PREFIX%%/bin/tox-bootstrapd"
-command_args="${tox_bootstrapd_config}"
+command_args="--config ${tox_bootstrapd_config}"
stop_cmd=${name}_stop