/usr/share/doc/makejail/examples/ntpd.py is in makejail 0.0.5-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | chroot="/var/chroot/ntpd"
testCommandsInsideJail=["start-stop-daemon --start --quiet --exec /usr/sbin/ntpd"]
processNames=["ntpd"]
testCommandsOutsideJail=["ntpdate -q 127.0.0.1"]
|