Created
January 5, 2015 17:56
-
-
Save mattzuba/507765a4370b2a220107 to your computer and use it in GitHub Desktop.
beanstalkd.config
This file contains hidden or 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