diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2016-09-27 19:49:31 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2016-09-27 19:49:31 +0000 |
commit | 497d970bbfbdc8bb1b538340e226c2734f11afe5 (patch) | |
tree | 158b9a91dcb93978638efcaacf0eecda62195a93 /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.in | 2 |
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 |