diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-04-13 03:07:09 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-04-16 04:01:20 -0400 |
commit | eb90638515ee7795f7e0adc0ca4b37f31ee69588 (patch) | |
tree | 4ba414f8abae09f500b6967bcfe773362574754c /pcr-testing/beanstalkd/beanstalkd.service | |
parent | d8834487af0ffb669b88ecd01e940e291b345e5c (diff) | |
download | abslibre-eb90638515ee7795f7e0adc0ca4b37f31ee69588.tar.gz abslibre-eb90638515ee7795f7e0adc0ca4b37f31ee69588.tar.bz2 abslibre-eb90638515ee7795f7e0adc0ca4b37f31ee69588.zip |
[beanstalkd]: fix service files
Diffstat (limited to 'pcr-testing/beanstalkd/beanstalkd.service')
-rw-r--r-- | pcr-testing/beanstalkd/beanstalkd.service | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr-testing/beanstalkd/beanstalkd.service b/pcr-testing/beanstalkd/beanstalkd.service index 149033fad..7466147e7 100644 --- a/pcr-testing/beanstalkd/beanstalkd.service +++ b/pcr-testing/beanstalkd/beanstalkd.service @@ -6,8 +6,9 @@ After=network.target [Service] User=nobody Group=nobody -EnvironmentFile=/etc/conf.d/beanstalkd -ExecStart=/usr/bin/beanstalkd -l ${BEANSTALKD_LISTEN_ADDR} -p ${BEANSTALKD_LISTEN_PORT} ${BEANSTALKD_EXTRA} +# e.g.: +# ExecStart=/usr/bin/beanstalkd -l 127.0.0.1 -p 11300 -u beanstalker -b /var/lib/beanstalkd +ExecStart=/usr/bin/beanstalkd [Install] WantedBy=multi-user.target |