/etc/init/ganglia-monitor.conf is in ganglia-monitor 3.6.0-6ubuntu4.
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 | # Upstart job for ganglia-monitor.
description "Ganglia Monitor Daemon"
author "Jonathan Davies <jonathan.davies@canonical.com>"
start on runlevel [2345]
stop on runlevel [!2345]
expect fork
respawn
env PIDFILE="/var/run/ganglia-monitor.pid"
exec /usr/sbin/gmond --pid-file=$PIDFILE
|