Skip to content

Commit

Permalink
Merge pull request #3 from mhall119/add-snap-packaging
Browse files Browse the repository at this point in the history
Update header description for snap_run
  • Loading branch information
wohali committed Apr 17, 2017
2 parents 3663a37 + 1a4e42b commit b038670
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snap/snap_run
Expand Up @@ -11,9 +11,8 @@
# License for the specific language governing permissions and limitations under
# the License.

# The purpose of this script is to echo an OS specific command before launching
# the actual process. This provides a way for Erlang to hard-kill its external
# processes.
# The purpose of this script is to initialize environment variables and Erlang
# configuration files so that couchdb will run inside a Snap package's confinement

export HOME=$SNAP_DATA
export ERL_FLAGS="-couch_ini ${SNAP}/rel/couchdb/etc/default.ini ${SNAP}/rel/couchdb/etc/snap.ini ${SNAP_DATA}/local.ini"
Expand Down

0 comments on commit b038670

Please sign in to comment.