This file is indexed.

/lib/systemd/system/openafs-fileserver.service is in openafs-fileserver 1.6.15-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
[Unit]
Description=OpenAFS file and database server manager
Wants=network-online.target
After=network.target network-online.target local-fs.target

[Service]
Type=forking
EnvironmentFile=-/etc/default/openafs-fileserver
ExecStart=/usr/sbin/bosserver $DAEMON_ARGS
ExecStop=/usr/bin/bos shutdown localhost -wait -localauth

[Install]
WantedBy=multi-user.target