summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-17 20:52:10 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-17 20:52:10 +0100
commitc603c8c9e79fb01aab40701c568570b496adaeb2 (patch)
treee7d518f61f66d01d32ddf613070458235e2868b1 /other
parentdd8a568141b43546521ca438d861e00c26051f6c (diff)
parent755f084e8720b349026c85afbad58954cb7ff1d4 (diff)
Merge remote-tracking branch 'irungentoo/master'
Diffstat (limited to 'other')
-rw-r--r--other/bootstrap_daemon/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/bootstrap_daemon/README.md b/other/bootstrap_daemon/README.md
index 7100ec65..df7e72be 100644
--- a/other/bootstrap_daemon/README.md
+++ b/other/bootstrap_daemon/README.md
@@ -143,6 +143,7 @@ Go over everything in the copied `tox-bootstrapd.conf` file. Set options you wan
143Look at the variable declarations in the beginning of `tox-bootstrapd.sh` init script to see if you need to change anything for it to work on your system. The default values must be fine for most users and we assume that you use those next. 143Look at the variable declarations in the beginning of `tox-bootstrapd.sh` init script to see if you need to change anything for it to work on your system. The default values must be fine for most users and we assume that you use those next.
144 144
145If you have configured the daemon to use any port numbers that are lower than 1024, you need to execute the command below, as by default non-privileged users cannot open ports <1024. The change persists through reboot: 145If you have configured the daemon to use any port numbers that are lower than 1024, you need to execute the command below, as by default non-privileged users cannot open ports <1024. The change persists through reboot:
146
146```sh 147```sh
147sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/tox-bootstrapd 148sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/tox-bootstrapd
148``` 149```