/lib/systemd/system/beanstalkd.socket 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 | [Unit]
Description=Beanstalkd socket
Documentation=man:beanstalkd(1)
Before=sockets.target
[Socket]
ListenStream=127.0.0.1:11300
[Install]
WantedBy=sockets.target
|