From 497d970bbfbdc8bb1b538340e226c2734f11afe5 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 27 Sep 2016 19:49:31 +0000 Subject: Fix tox-bootstrapd. --- net-im/tox/files/tox-bootstrapd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im/tox/files') 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 -- cgit v1.2.3