/lib/systemd/system/beanstalkd.service is in beanstalkd 1.9-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [Unit]
Description=Simple, fast work queue
Documentation=man:beanstalkd(1)
After=network.target
[Service]
User=beanstalkd
Group=beanstalkd
EnvironmentFile=/etc/default/beanstalkd
ExecStart=/usr/bin/beanstalkd -l ${BEANSTALKD_LISTEN_ADDR} -p ${BEANSTALKD_LISTEN_PORT} $BEANSTALKD_EXTRAS
[Install]
WantedBy=multi-user.target
|