summarylogtreecommitdiffstats
path: root/prometheus-xmpp-webhook.install
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus-xmpp-webhook.install')
-rw-r--r--prometheus-xmpp-webhook.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/prometheus-xmpp-webhook.install b/prometheus-xmpp-webhook.install
new file mode 100644
index 000000000000..986d4898ba0e
--- /dev/null
+++ b/prometheus-xmpp-webhook.install
@@ -0,0 +1,7 @@
+post_install() {
+ chown -R xmppwebhook:xmppwebhook /etc/xmpp-webhook.env
+
+ echo "Configure using environment variables in /etc/xmpp-webhook.env"
+}
+
+# vim: ts=2 sw=2 et: