/etc/init/start-ypbind.conf is in nis 3.17-32ubuntu6.
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 | description "block processes that need ypbind"
author "Steve Langasek <steve.langasek@canonical.com>"
instance $JOB
env JOB=
start on (starting autofs or starting am-utils or starting gdm
or starting lightdm or starting atd)
task
exec start wait-for-state WAITER="$JOB" WAIT_FOR=ypbind WAIT_STATE=running
|