summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/README.md
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-08-18 22:17:15 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2014-08-18 22:24:42 -0400
commit02f90fc6041452d54db3b5f1e6191593d59b6cec (patch)
tree35969b82ee1b74bdd015b0c254b697cc3118df90 /other/bootstrap_daemon/README.md
parent92dd71cdba4b6f66227741f28f93c9bc4b29c554 (diff)
Added .sh ending to bootstrapd's init script
Fixes some build issues.
Diffstat (limited to 'other/bootstrap_daemon/README.md')
-rw-r--r--other/bootstrap_daemon/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/bootstrap_daemon/README.md b/other/bootstrap_daemon/README.md
index fca4738e..a63ea5de 100644
--- a/other/bootstrap_daemon/README.md
+++ b/other/bootstrap_daemon/README.md
@@ -17,13 +17,13 @@ sudo chown tox-bootstrapd:tox-bootstrapd /var/lib/tox-bootstrapd/
17sudo chmod 700 /var/lib/tox-bootstrapd/ 17sudo chmod 700 /var/lib/tox-bootstrapd/
18``` 18```
19 19
20Look at the variable declarations in the beginning of `tox-bootstrapd` init script to see if you need to change anything for it to work for you. The default values must be fine for most users and we assume that you use those next. 20Look at the variable declarations in the beginning of `tox-bootstrapd.sh` init script to see if you need to change anything for it to work for you. The default values must be fine for most users and we assume that you use those next.
21 21
22Go over everything in `tox-bootstrapd.conf`. Make sure `pid_file_path` matches `PIDFILE` from `tox-bootstrapd`. 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` tells. By default it's `/etc/tox-bootstrapd.conf`.
25 25
26Place `tox-bootstrapd` init file at `/etc/init.d/tox-bootstrapd`. 26Place `tox-bootstrapd.sh` init file at `/etc/init.d/tox-bootstrapd` (note the disappearance of ".sh" ending).
27 27
28Set permissions for the init system to run the script: 28Set permissions for the init system to run the script:
29```sh 29```sh