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