#!/bin/sh
# By default use persistent storage (binary log)
[ -r conf ] && . ./conf
exec chpst -u beanstalkd:beanstalkd beanstalkd ${OPTS:=-b /var/lib/beanstalkd} 2>&1