Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/236066

Change subject: Release 0.1.4-2 with upstart script
......................................................................

Release 0.1.4-2 with upstart script

Change-Id: Idd96af520880e164ca43ac8fafbab0cf25f60c8b
---
M debian/changelog
A debian/kafkatee.upstart
2 files changed, 19 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/kafkatee 
refs/changes/66/236066/1

diff --git a/debian/changelog b/debian/changelog
index 6b9a847..04e1efe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kafkatee (0.1.4-2) unstable; urgency=low
+
+  * Add kafkatee.upstart for easier use with Ubuntu Trusty.
+
+ -- Andrew Otto (WMF) <[email protected]>  Fri, 04 Sep 2015 18:39:10 +0000
+
 kafkatee (0.1.4-1) unstable; urgency=low
 
   * Remove kafkatee.service's syntactically incorrect and redundant
diff --git a/debian/kafkatee.upstart b/debian/kafkatee.upstart
new file mode 100644
index 0000000..d991079
--- /dev/null
+++ b/debian/kafkatee.upstart
@@ -0,0 +1,13 @@
+description "kafkatee
+
+setuid kafkatee
+setgid kafkatee
+
+respawn
+respawn limit 15 5
+
+start on (local-filesystems and net-device-up IFACE!=lo)
+stop on runlevel [!2345]
+
+exec /usr/bin/kafkatee -D -c /etc/kafkatee.conf
+

-- 
To view, visit https://gerrit.wikimedia.org/r/236066
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd96af520880e164ca43ac8fafbab0cf25f60c8b
Gerrit-PatchSet: 1
Gerrit-Project: analytics/kafkatee
Gerrit-Branch: debian
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to