This file is indexed.

/lib/systemd/system/pptpd.service is in pptpd 1.4.0-11build1.

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
[Unit]
Description=PoPToP Point to Point Tunneling Server
Documentation=man:pptpd(8) man:pptpctrl(8) man:pptpd.conf(5)
After=network.target

[Service]
EnvironmentFile=-/etc/default/pptpd
# don't daemonize to simplify stuff
ExecStart=/usr/sbin/pptpd --fg $DAEMON_OPTS

[Install]
WantedBy=multi-user.target