/lib/systemd/system/pppd-dns.service is in ppp 2.4.7-1+4.
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 | [Unit]
Description=Restore /etc/resolv.conf if the system crashed before the ppp link was shut down
[Service]
Type=oneshot
ExecStart=/etc/ppp/ip-down.d/0000usepeerdns
[Install]
WantedBy=multi-user.target
|