diff options
Diffstat (limited to 'rel/sv/bigcouch/run')
-rwxr-xr-x | rel/sv/bigcouch/run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rel/sv/bigcouch/run b/rel/sv/bigcouch/run new file mode 100755 index 00000000..875c3f02 --- /dev/null +++ b/rel/sv/bigcouch/run @@ -0,0 +1,4 @@ +#!/bin/bash +exec 2>&1 +export HOME=/home/bigcouch +exec chpst -u bigcouch /opt/bigcouch/bin/bigcouch |