diff options
author | Micah <micah@leap.se> | 2016-06-28 13:16:47 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-06-30 09:41:19 -0400 |
commit | d0ff379fe2a43d7968b8828c8b31af5254f6f85b (patch) | |
tree | 35ffe6576ea383e9e6bfcd70d7908e5b58400089 /puppet/modules/site_couchdb/files | |
parent | 8e0fdbb46761505b9188c9ea2a6c0df0c55ac458 (diff) |
Remove bigcouch (#8056)
Change-Id: I0c6e27298c63bd37de1410985d054799818c22a4
Diffstat (limited to 'puppet/modules/site_couchdb/files')
-rw-r--r-- | puppet/modules/site_couchdb/files/runit_config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/puppet/modules/site_couchdb/files/runit_config b/puppet/modules/site_couchdb/files/runit_config deleted file mode 100644 index 169b4832..00000000 --- a/puppet/modules/site_couchdb/files/runit_config +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -exec 2>&1 -export HOME=/home/bigcouch -ulimit -H -n 32768 -ulimit -S -n 32768 -exec chpst -u bigcouch /opt/bigcouch/bin/bigcouch |