This file is indexed.

/lib/systemd/system/bcfg2-server.service is in bcfg2-server 1.4.0~pre2+git141-g6d40dace6358-1ubuntu1.

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
[Unit]
Description=Bcfg2 configuration daemon
After=network.target

[Service]
Type=forking
StandardOutput=syslog
StandardError=syslog
EnvironmentFile=-/etc/default/bcfg2-server
PIDFile=/run/bcfg2-server/bcfg2-server.pid
ExecStart=/usr/sbin/bcfg2-server -D /run/bcfg2-server/bcfg2-server.pid $BCFG2_SERVER_OPTIONS

[Install]
WantedBy=multi-user.target