You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: other/bootstrap_daemon/README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,18 @@
5
5
-[Updating](#systemd-updating)
6
6
-[Troubleshooting](#systemd-troubleshooting)
7
7
<br>
8
-
-[For `init.d` users](#initd)
9
-
-[Setting up](#initd-setting-up)
10
-
-[Updating](#initd-updating)
11
-
-[Troubleshooting](#initd-troubleshooting)
8
+
-[For `SysVinit` users](#sysvinit)
9
+
-[Setting up](#sysvinit-setting-up)
10
+
-[Updating](#sysvinit-updating)
11
+
-[Troubleshooting](#sysvinit-troubleshooting)
12
12
<br>
13
13
-[For `Docker` users](#docker)
14
14
-[Setting up](#docker-setting-up)
15
15
-[Updating](#docker-updating)
16
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.
- Make sure tox-bootstrapd location matches its path in tox-bootstrapd.service file.
116
116
117
117
118
-
<aname="initd" />
119
-
##For `init.d` users
118
+
<aname="sysvinit" />
119
+
##For `SysVinit` users
120
120
121
-
<aname="initd-setting-up" />
121
+
<aname="sysvinit-setting-up" />
122
122
###Setting up
123
123
124
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
164
sudo grep "tox-bootstrapd" /var/log/syslog
165
165
```
166
166
167
-
<aname="initd-updating" />
167
+
<aname="sysvinit-updating" />
168
168
###Updating
169
169
170
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:
0 commit comments