Skip to content

Instantly share code, notes, and snippets.

View nathanaschbacher's full-sized avatar

Nathan Aschbacher nathanaschbacher

View GitHub Profile
@atomic-penguin
atomic-penguin / app.config.erl
Created June 8, 2012 19:42 — forked from nathanaschbacher/myRole
Trying to override defaults in Riak chef cookbook for Riak Control user/pass
[
{bitcask, [
{data_root, "/var/lib/riak/bitcask"}
]},
{eleveldb, [
{data_root, "/var/lib/riak/leveldb"},
{max_open_files, 50}
]},
{kernel, [
{inet_dist_listen_max, 7999},
anonymous
anonymous / gist:2033165
Created March 14, 2012 01:14
#!/bin/sh
#set -x
#
# chkconfig: 2345 99 01
# description: starts and stops torquebox
TORQUEBOX_JBOSS_USER=torquebox
if [ "$TORQUEBOX_JBOSS_USER" = "RUNASIS" ]; then
SUBIT=""