summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2019-10-28 05:24:08 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2020-03-03 01:23:22 -0500
commitac5c9ebce405c282e11438d19c9ce1f4e8f7604d (patch)
treeb5f75e25dce577ff2992900f7e862315d68b73d4
parent28baf9632f545b6c85235ddbb982369d9a4207ca (diff)
Fix tox-bootstrapd's README
-rw-r--r--other/bootstrap_daemon/README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/other/bootstrap_daemon/README.md b/other/bootstrap_daemon/README.md
index 541305b1..d49b84d0 100644
--- a/other/bootstrap_daemon/README.md
+++ b/other/bootstrap_daemon/README.md
@@ -45,9 +45,11 @@ Copy `tox-bootstrapd.service` to `/etc/systemd/system/`:
45sudo cp tox-bootstrapd.service /etc/systemd/system/ 45sudo cp tox-bootstrapd.service /etc/systemd/system/
46``` 46```
47 47
48You must uncomment the next line in tox-bootstrapd.service, if you want to use port number < 1024 48You must uncomment the next line in tox-bootstrapd.service, if you want to use port number < 1024:
49 49
50 #CapabilityBoundingSet=CAP_NET_BIND_SERVICE 50```
51#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
52```
51 53
52and, possibly, install `libcap2-bin` or `libcap2` package, depending of your distribution. 54and, possibly, install `libcap2-bin` or `libcap2` package, depending of your distribution.
53 55
@@ -78,14 +80,17 @@ Then update your toxcore git repository, rebuild the toxcore and the daemon and
78 80
79Check if `tox-bootstrapd.service` in toxcore git repository was modified since the last time you copied it, as you might need to update it too. 81Check if `tox-bootstrapd.service` in toxcore git repository was modified since the last time you copied it, as you might need to update it too.
80 82
81After all of this is done, simply start the daemon back again: 83Reload `tox-bootstrapd.service` if you have updated modified it:
82 84
83```sh 85```sh
84sudo systemctl start tox-bootstrapd.service 86sudo systemctl daemon-reload
85``` 87```
86 88
87Note that `tox-bootstrapd.service` file might 89After all of this is done, simply start the daemon back again:
88 90
91```sh
92sudo systemctl start tox-bootstrapd.service
93```
89 94
90### Troubleshooting 95### Troubleshooting
91 96