I have a couple of simple upstart services that are running correctly. In ps output, however, I see this:
$ ps auxww | grep GROUP
www-data 9926 0.0 0.1 163812 12572 ? Sl 15:25 0:00 '%{GROUP}' -k start
I assume I'm missing something in my upstart scripts that's causing %{GROUP} to appear. Anyone know what's going on here, and how I can get something meaningful to appear instead of %{GROUP}?
Here's one of my upstart scripts exhibiting this problem:
# Upstart config for Graphite's carbon-cache.py daemon.
description "carbon-cache"
start on started network
stop on stopping network
stop on starting shutdown
expect fork
respawn
exec sudo -u www-data /usr/bin/python /opt/graphite/bin/carbon-cache.py start