diff options
Diffstat (limited to 'other')
-rw-r--r-- | other/bootstrap_daemon/README.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/other/bootstrap_daemon/README.md b/other/bootstrap_daemon/README.md index b2d9118e..93e390ef 100644 --- a/other/bootstrap_daemon/README.md +++ b/other/bootstrap_daemon/README.md | |||
@@ -5,10 +5,10 @@ | |||
5 | - [Updating](#systemd-updating) | 5 | - [Updating](#systemd-updating) |
6 | - [Troubleshooting](#systemd-troubleshooting) | 6 | - [Troubleshooting](#systemd-troubleshooting) |
7 | <br> | 7 | <br> |
8 | - [For `init.d` users](#initd) | 8 | - [For `SysVinit` users](#sysvinit) |
9 | - [Setting up](#initd-setting-up) | 9 | - [Setting up](#sysvinit-setting-up) |
10 | - [Updating](#initd-updating) | 10 | - [Updating](#sysvinit-updating) |
11 | - [Troubleshooting](#initd-troubleshooting) | 11 | - [Troubleshooting](#sysvinit-troubleshooting) |
12 | <br> | 12 | <br> |
13 | - [For `Docker` users](#docker) | 13 | - [For `Docker` users](#docker) |
14 | - [Setting up](#docker-setting-up) | 14 | - [Setting up](#docker-setting-up) |
@@ -16,7 +16,7 @@ | |||
16 | - [Troubleshooting](#docker-troubleshooting) | 16 | - [Troubleshooting](#docker-troubleshooting) |
17 | 17 | ||
18 | 18 | ||
19 | These instructions are primarily tested on Debian Linux, Wheezy for init.d and Jessie for systemd, but they should work on other POSIX-compliant systems too. | 19 | These instructions are primarily tested on Debian Linux, Wheezy for SysVinit and Jessie for systemd, but they should work on other POSIX-compliant systems too. |
20 | 20 | ||
21 | 21 | ||
22 | <a name="systemd" /> | 22 | <a name="systemd" /> |
@@ -115,10 +115,10 @@ sudo journalctl -f _SYSTEMD_UNIT=tox-bootstrapd.service | |||
115 | - Make sure tox-bootstrapd location matches its path in tox-bootstrapd.service file. | 115 | - Make sure tox-bootstrapd location matches its path in tox-bootstrapd.service file. |
116 | 116 | ||
117 | 117 | ||
118 | <a name="initd" /> | 118 | <a name="sysvinit" /> |
119 | ##For `init.d` users | 119 | ##For `SysVinit` users |
120 | 120 | ||
121 | <a name="initd-setting-up" /> | 121 | <a name="sysvinit-setting-up" /> |
122 | ###Setting up | 122 | ###Setting up |
123 | 123 | ||
124 | For security reasons we run the daemon under its own user. | 124 | For security reasons we run the daemon under its own user. |
@@ -164,7 +164,7 @@ Get your public key and check that the daemon initialized correctly: | |||
164 | sudo grep "tox-bootstrapd" /var/log/syslog | 164 | sudo grep "tox-bootstrapd" /var/log/syslog |
165 | ``` | 165 | ``` |
166 | 166 | ||
167 | <a name="initd-updating" /> | 167 | <a name="sysvinit-updating" /> |
168 | ###Updating | 168 | ###Updating |
169 | 169 | ||
170 | You want to make sure that the daemon uses the newest toxcore, as there might have been some changes done to the DHT, so it's advised to update the daemon at least once every month. | 170 | You want to make sure that the daemon uses the newest toxcore, as there might have been some changes done to the DHT, so it's advised to update the daemon at least once every month. |
@@ -185,7 +185,7 @@ After all of this is done, simply start the daemon back again: | |||
185 | sudo service tox-bootstrapd start | 185 | sudo service tox-bootstrapd start |
186 | ``` | 186 | ``` |
187 | 187 | ||
188 | <a name="initd-troubleshooting" /> | 188 | <a name="sysvinit-troubleshooting" /> |
189 | ###Troubleshooting | 189 | ###Troubleshooting |
190 | 190 | ||
191 | - Check daemon's status: | 191 | - Check daemon's status: |