From 140d538ca1b0cd7e79af699f96cead7662577fc6 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 13 Apr 2020 00:08:35 -0400 Subject: [beanstalkd]: add package --- pcr-testing/beanstalkd/beanstalkd@.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr-testing/beanstalkd/beanstalkd@.service (limited to 'pcr-testing/beanstalkd/beanstalkd@.service') diff --git a/pcr-testing/beanstalkd/beanstalkd@.service b/pcr-testing/beanstalkd/beanstalkd@.service new file mode 100644 index 000000000..a6695b034 --- /dev/null +++ b/pcr-testing/beanstalkd/beanstalkd@.service @@ -0,0 +1,13 @@ +[Unit] +Description=Simple, fast work queue (%i) +Documentation=man:beanstalkd(1) +After=network.target + +[Service] +User=nobody +Group=nobody +EnvironmentFile=/etc/conf.d/beanstalkd-%i +ExecStart=/usr/bin/beanstalkd -l ${BEANSTALKD_LISTEN_ADDR} -p ${BEANSTALKD_LISTEN_PORT} ${BEANSTALKD_EXTRA} + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3