From ac5c9ebce405c282e11438d19c9ce1f4e8f7604d Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Mon, 28 Oct 2019 05:24:08 -0400 Subject: Fix tox-bootstrapd's README --- other/bootstrap_daemon/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'other') 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/`: sudo cp tox-bootstrapd.service /etc/systemd/system/ ``` -You must uncomment the next line in tox-bootstrapd.service, if you want to use port number < 1024 +You must uncomment the next line in tox-bootstrapd.service, if you want to use port number < 1024: - #CapabilityBoundingSet=CAP_NET_BIND_SERVICE +``` +#CapabilityBoundingSet=CAP_NET_BIND_SERVICE +``` and, possibly, install `libcap2-bin` or `libcap2` package, depending of your distribution. @@ -78,14 +80,17 @@ Then update your toxcore git repository, rebuild the toxcore and the daemon and Check 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. -After all of this is done, simply start the daemon back again: +Reload `tox-bootstrapd.service` if you have updated modified it: ```sh -sudo systemctl start tox-bootstrapd.service +sudo systemctl daemon-reload ``` -Note that `tox-bootstrapd.service` file might +After all of this is done, simply start the daemon back again: +```sh +sudo systemctl start tox-bootstrapd.service +``` ### Troubleshooting -- cgit v1.2.3