summarylogtreecommitdiffstats
path: root/prometheus-xmpp-webhook.install
diff options
context:
space:
mode:
authorSam Whited2018-12-15 09:13:44 -0600
committerSam Whited2018-12-15 09:13:44 -0600
commit1a97c42e69947fe89c9ff81b2069f2c81b237459 (patch)
treef6cac0b12130a9c77957ff4954c9f24066696944 /prometheus-xmpp-webhook.install
downloadaur-1a97c42e69947fe89c9ff81b2069f2c81b237459.tar.gz
Initial commit
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: