mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 03:55:20 +02:00
Updated to 1.11 and some template cleanup Signed-off-by: Nathan Owens <ndowens04@gmail.com>
4 lines
169 B
Bash
Executable file
4 lines
169 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
|