hectcastro / chef-statsd

A Chef cookbook to install StatsD.
Apache License 2.0
38 stars 50 forks source link

Add support for Ubuntu 10.04's version of Upstart #1

Closed rafaelmagu closed 12 years ago

rafaelmagu commented 12 years ago

The init file contains setuid, which doesn't work in Lucid's version of Upstart (0.6.5). Added a little bit of logic to use start-stop-daemon instead to achieve the same effect when running under Lucid or Maverick.

travisbot commented 12 years ago

This pull request fails (merged a3f8b800 into 1471a0c3).

hectcastro commented 12 years ago

Thanks, @rafaelmagu.