diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 17:42:27 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-27 17:47:42 -0400 |
commit | 7b0005be9dd45a0ce3639a7f5db58c1d2df2e485 (patch) | |
tree | c20a8f061210fa07dc2d03e09cbaffeea9ca6e3e /rel/sv/dbcore/run | |
parent | c3bd782ff1b3eb91b238f5ca3436edafd017c61c (diff) |
my name is BigCouch
Diffstat (limited to 'rel/sv/dbcore/run')
-rwxr-xr-x | rel/sv/dbcore/run | 4 |
1 files changed, 2 insertions, 2 deletions
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 |