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

xmpp-webhook.service (207B)


      1 [Unit]
      2 Description=XMPP-Webhook
      3 After=network.target
      4 
      5 [Service]
      6 EnvironmentFile=/etc/xmpp-webhook.env
      7 ExecStart=/usr/local/bin/xmpp-webhook
      8 Restart=always
      9 RestartSec=30
     10 
     11 [Install]
     12 WantedBy=multi-user.target