aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenofire <geno+dev@fireorbit.de>2020-06-10 12:17:09 +0200
committergenofire <geno+dev@fireorbit.de>2020-06-10 12:17:09 +0200
commitb8de1646c58450748c2e1930999379010f05d237 (patch)
treeec30d1aadabc056c2aa3a608f9ba66b180854c21
parentd5304e67ebce724dcf927a58cd590b5c490cc6c5 (diff)
systemd: prometheus does not needed on same machine then the exporter
-rw-r--r--contrib/init/linux-systemd/ejabberd-exporter.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/init/linux-systemd/ejabberd-exporter.service b/contrib/init/linux-systemd/ejabberd-exporter.service
index 1aa06cd..ff659cb 100644
--- a/contrib/init/linux-systemd/ejabberd-exporter.service
+++ b/contrib/init/linux-systemd/ejabberd-exporter.service
@@ -1,8 +1,7 @@
[Unit]
Description=ejabberd prometheus exporter
Documentation=https://dev.sum7.eu/sum7/ejabberd-tools/-/blob/master/README.md
-After=prometheus.service
-Requires=ejabberd.service prometheus.service
+Requires=ejabberd.service
[Service]
Type=simple