This file is indexed.

/etc/init/drizzle.conf is in drizzle 2011.03.13-0ubuntu5.

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
# Drizzle Service

description     "Drizzle Server"
author          "Monty Taylor <mordred@inaugust.com>"

start on runlevel [2345]
stop on runlevel [016]

respawn

exec /usr/sbin/drizzled --user drizzle 2>&1 | logger -t drizzle -p daemon.err