This file is indexed.

/lib/systemd/system/nutcracker.service is in nutcracker 0.4.1+dfsg-1.

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
18
19
20
21
22
23
[Unit]
Description=nutcracker proxy for memcached and Redis
Documentation=man:nutcracker
After=local-fs.target
After=network.target
ConditionPathExists=/etc/nutcracker/nutcracker.yml

[Service]
Type=simple
EnvironmentFile=-/etc/default/nutcracker
ExecStart=/usr/sbin/nutcracker $DAEMON_OPTS
User=nutcracker
Group=nutcracker

MountFlags=slave
DevicePolicy=closed
PrivateDevices=true
PrivateTmp=true
ProtectSystem=full
ProtectHome=read-only

[Install]
WantedBy=multi-user.target