This file is indexed.

/etc/init/downtimed.conf is in downtimed 0.6-4.

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
13
14
# downtimed - system downtime monitoring daemon
#
# This file should be installed as /etc/init/downtimed.conf
# on architectures which use upstart(8) to bring up system
# daemons.

description	"system downtime monitoring daemon"

start on runlevel [2345]
stop on runlevel [!2345]

expect fork

exec downtimed