diff options
author | joewilliams <joe@der-dieb.local> | 2010-08-31 07:44:09 -0700 |
---|---|---|
committer | joewilliams <joe@der-dieb.local> | 2010-08-31 07:44:09 -0700 |
commit | 2457bee684c8b3af252ff49f6be887b7cc4e828d (patch) | |
tree | 4891cb2b00610f4445bfafb4add4ef106b57df5b /rel/sv/bigcouch | |
parent | a0cfd0b270ffd42bda109e74040b3ea28161b6ef (diff) |
change runit directory name to bigcouch
Diffstat (limited to 'rel/sv/bigcouch')
-rw-r--r-- | rel/sv/bigcouch/log/main/current | 0 | ||||
-rwxr-xr-x | rel/sv/bigcouch/log/run | 2 | ||||
-rwxr-xr-x | rel/sv/bigcouch/run | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/rel/sv/bigcouch/log/main/current b/rel/sv/bigcouch/log/main/current new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/rel/sv/bigcouch/log/main/current diff --git a/rel/sv/bigcouch/log/run b/rel/sv/bigcouch/log/run new file mode 100755 index 00000000..3195b018 --- /dev/null +++ b/rel/sv/bigcouch/log/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec chpst svlogd -tt ./main 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 |