void-packages/srcpkgs/beanstalkd/files/beanstalkd/run

5 lines
167 B
Bash
Executable File

#!/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