Filippo Giunchedi has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/403915 )
Change subject: debian: start after blazegraph ...................................................................... debian: start after blazegraph Bug: T184434 Change-Id: I31d5adef7bd42761b90660845c5250057e3df3ef --- M debian/changelog M debian/service 2 files changed, 8 insertions(+), 0 deletions(-) Approvals: Muehlenhoff: Looks good to me, but someone else must approve jenkins-bot: Verified Filippo Giunchedi: Looks good to me, approved Gehel: Looks good to me, but someone else must approve diff --git a/debian/changelog b/debian/changelog index 12b38c6..20c2079 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +prometheus-blazegraph-exporter (0.3) jessie-wikimedia; urgency=medium + + * start after blazegraph + + -- Filippo Giunchedi <[email protected]> Fri, 12 Jan 2018 13:54:00 +0100 + prometheus-blazegraph-exporter (0.2) jessie-wikimedia; urgency=medium * Depend on python-dateutil diff --git a/debian/service b/debian/service index 764352f..7761739 100644 --- a/debian/service +++ b/debian/service @@ -1,5 +1,7 @@ [Unit] Description=Prometheus Blazegraph Exporter +Requires=blazegraph.service +After=blazegraph.service [Service] Restart=always -- To view, visit https://gerrit.wikimedia.org/r/403915 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I31d5adef7bd42761b90660845c5250057e3df3ef Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/prometheus-blazegraph-exporter Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Gehel <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
