diff options
Diffstat (limited to 'rel/sv')
-rw-r--r-- | rel/sv/README | 2 | ||||
-rwxr-xr-x | rel/sv/dbcore/run | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/rel/sv/README b/rel/sv/README index 377a2e17..b5cc7404 100644 --- a/rel/sv/README +++ b/rel/sv/README @@ -1 +1 @@ -This is an example of a cloudant-dbcore runit (http://smarden.org/runit/) service. Use it to start/stop/restart cloudant-dbcore. You may need to adjust the "run" script for install location and the home directory cloudant-dbcore will run as. +This is an example of a BigCouch runit (http://smarden.org/runit/) service. Use it to start/stop/restart BigCouch. You may need to adjust the "run" script for install location and the home directory BigCouch will run as. diff --git a/rel/sv/dbcore/run b/rel/sv/dbcore/run index a137fab6..875c3f02 100755 --- a/rel/sv/dbcore/run +++ b/rel/sv/dbcore/run @@ -1,4 +1,4 @@ #!/bin/bash exec 2>&1 -export HOME=/home/dbcore -exec chpst -u dbcore /opt/dbcore/bin/dbcore +export HOME=/home/bigcouch +exec chpst -u bigcouch /opt/bigcouch/bin/bigcouch |