/etc/init/fai.conf is in fai-nfsroot 5.3.6ubuntu1.
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 | # fai - start the fully automatic installation
description "start fully automatic installation"
start on local-filesystems
console output
task
exec /usr/sbin/fai
|