This file is indexed.

/etc/init/ebox.ntpd.conf is in zentyal-ntp 2.3.6+quantal1.

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
pre-start script
    /etc/init.d/ntp stop || true
end script

exec /usr/sbin/ntpd -n -g -u `getent passwd ntp | cut -f 3,4 -d:`
respawn