diff options
Diffstat (limited to 'pcr-testing/beanstalkd/beanstalkd.service')
-rw-r--r-- | pcr-testing/beanstalkd/beanstalkd.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr-testing/beanstalkd/beanstalkd.service b/pcr-testing/beanstalkd/beanstalkd.service new file mode 100644 index 000000000..149033fad --- /dev/null +++ b/pcr-testing/beanstalkd/beanstalkd.service @@ -0,0 +1,13 @@ +[Unit] +Description=Simple, fast work queue +Documentation=man:beanstalkd(1) +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} + +[Install] +WantedBy=multi-user.target |