-
-
Save matrunchyk/39dfbd9089e4204c39af3dbb7723000b to your computer and use it in GitHub Desktop.
beanstalkd.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sources: | |
/tmp: https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | |
commands: | |
01_make_beanstalkd: | |
cwd: /tmp/beanstalkd-1.10 | |
command: make | |
02_install_beanstalkd: | |
cwd: /tmp/beanstalkd-1.10 | |
command: make install PREFIX=/usr | |
03_upstart_beanstalkd: | |
cwd: /tmp/beanstalkd-1.10/adm/upstart | |
command: sed 's~exec su nobody.*~exec /usr/bin/beanstalkd~' beanstalkd.conf > /etc/init/beanstalkd.conf | |
04_start_beanstalkd: | |
command: start beanstalkd | |
ignoreErrors: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment