xmpp-webhook

webhook to xmpp gateway (clone of https://github.com/opthomas-prime/xmpp-webhook/ with my own mods)
git clone https://git.e1e0.net/xmpp-webhook.git
Log | Files | Refs | README | LICENSE

commit 17c1205adad2540abb53a84ca88a808077f1af6c
parent 6ad4c4056ed4ceb5b2bd73faba0f7655534f5546
Author: Thomas Maier <contact@thomas-maier.net>
Date:   Tue, 26 Sep 2017 15:10:33 +0200

adds systemd service file

Diffstat:
Axmpp-webhook.service | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/xmpp-webhook.service b/xmpp-webhook.service @@ -0,0 +1,12 @@ +[Unit] +Description=XMPP-Webhook +After=network.target + +[Service] +EnvironmentFile=/etc/xmpp-webhook.env +ExecStart=/usr/local/bin/xmpp-webhook +Restart=always +RestartSec=30 + +[Install] +WantedBy=multi-user.target