diff options
author | Noah Slater <nslater@apache.org> | 2008-08-05 16:34:28 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-08-05 16:34:28 +0000 |
commit | b21257a22cbb8066ebbabd4ce7291802fbac2ff2 (patch) | |
tree | 8e0422ad0b27ae5cc87f8ab7b16853d281c34b70 | |
parent | 2b6bc6d5e1c4ea44237edd36744bacd7d2f4e775 (diff) |
changed example sudo invokation to use -i option
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@682780 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ running the following commands: To start the Apache CouchDB server you should run the following command: - sudo -u couchdb couchdb + sudo -i -u couchdb couchdb This uses the `sudo` command to run the `couchdb` command as the `couchdb` user. |