This file is indexed.

/lib/systemd/system/puppetmaster.service is in puppetmaster 2.7.23-1~deb7u3.

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=Puppet master
Wants=basic.target
After=basic.target

[Service]
Type=forking
PIDFile=/run/puppet/master.pid
ExecStartPre=/usr/bin/install -d -o puppet -m 755 /run/puppet
ExecStart=/usr/bin/puppet master

[Install]
WantedBy=multi-user.target