summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/README.md
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-10-13 01:10:11 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2014-10-13 01:10:36 -0400
commitfd255ee6c540cc5abe6eac923d0dd3fb5e27871e (patch)
tree075e8f7aa125d0e4403a6adc1b921c306a0d980a /other/bootstrap_daemon/README.md
parent2bdbc2bf1bf0708822e804cb542a011637b62750 (diff)
Fixed a typo
Diffstat (limited to 'other/bootstrap_daemon/README.md')
-rw-r--r--other/bootstrap_daemon/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/bootstrap_daemon/README.md b/other/bootstrap_daemon/README.md
index a63ea5de..9a2dff4b 100644
--- a/other/bootstrap_daemon/README.md
+++ b/other/bootstrap_daemon/README.md
@@ -21,7 +21,7 @@ Look at the variable declarations in the beginning of `tox-bootstrapd.sh` init s
21 21
22Go over everything in `tox-bootstrapd.conf`. Make sure `pid_file_path` matches `PIDFILE` from `tox-bootstrapd.sh`. 22Go over everything in `tox-bootstrapd.conf`. Make sure `pid_file_path` matches `PIDFILE` from `tox-bootstrapd.sh`.
23 23
24Place `tox-bootstrapd.conf` file to where `CFGFILE` variable from `tox-bootstrapd` tells. By default it's `/etc/tox-bootstrapd.conf`. 24Place `tox-bootstrapd.conf` file to where `CFGFILE` variable from `tox-bootstrapd.sh` tells. By default it's `/etc/tox-bootstrapd.conf`.
25 25
26Place `tox-bootstrapd.sh` init file at `/etc/init.d/tox-bootstrapd` (note the disappearance of ".sh" ending). 26Place `tox-bootstrapd.sh` init file at `/etc/init.d/tox-bootstrapd` (note the disappearance of ".sh" ending).
27 27
@@ -69,4 +69,4 @@ sudo grep "tox-bootstrapd" /var/log/syslog
69 69
70- Make sure you have write permission for keys and pid files. 70- Make sure you have write permission for keys and pid files.
71 71
72- Make sure you have read permission for the config file. \ No newline at end of file 72- Make sure you have read permission for the config file.