This file is indexed.

/lib/systemd/system/arpon@.service is in arpon 3.0-ng+dfsg1-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
[Unit]
Description=Anti ARP poisoning daemon on interface %I
PartOf=arpon.service
ReloadPropagatedFrom=arpon.service
Documentation=man:arpon(8)

[Service]
PrivateTmp=true
Type=simple
EnvironmentFile=/etc/default/arpon
ExecStartPre=/bin/mkdir -p /var/log/arpon
ExecStart=/usr/sbin/arpon -i %i $DAEMON_ARGS
PIDFile=/var/run/arpon.pid
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure

[Install]
WantedBy=multi-user.target