/etc/ppp/ip-up.d/hearse is in hearse 1.5-8.2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/sh -e
# $Id: hearse.ppp.ip-up,v 1.1 2003-10-21 19:42:38 roderick Exp $
test -f /usr/bin/hearse -a -s /etc/nethack/hearse.user-token || exit
# If you'd like to see what the server's doing, you can use --cron rather
# than --quiet. This will cause it to output its status messages, but
# only when it actually transfers a bones file.
hearse --quiet
|