This file is indexed.

/lib/systemd/system/buildbot-worker@.service is in python3-buildbot-worker 1.1.1-3ubuntu5.

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
14
15
16
17
[Unit]
Description=Buildbot worker %I
Documentation=man:buildbot-worker(1) https://docs.buildbot.net/

[Service]
PIDFile=/var/lib/buildbot/workers/%i/twistd.pid
Type=forking
WorkingDirectory=/var/lib/buildbot/workers/%i
User=buildbot
Group=buildbot
TimeoutStartSec=5
ExecStart=/usr/bin/buildbot-worker start
ExecStop=/usr/bin/buildbot-worker stop

[Install]
WantedBy=multi-user.target
Alias=buildbot-worker.service